Commit Graph

11 Commits

Author SHA1 Message Date
Guillermo Céspedes Tabárez 68f01edb72 Enhance experimental introspection feature with detailed route reporting
- Introduced a new `experimental-introspection` feature that provides comprehensive reports on configured routes, including paths, methods, guards, and resource metadata.
- Added support for reachability hints to identify shadowed or conflicting routes.
- Implemented new endpoints for external resources reporting.
- Updated existing route registration to include detailed introspection data.
- Enhanced guard implementations to provide introspection details.
2025-12-31 15:48:41 -03:00
dertin 7ff7768dc4 feat(introspection): implement experimental introspection feature with multiple App instances 2025-06-11 17:37:26 -03:00
Guillermo Céspedes Tabárez 0a9f6c1955 feat(introspection): enhance introspection feature with detailed route registration and full path tracking 2025-05-18 21:19:34 -03:00
Rob Ede e0e4d1e661
chore: move deny lints to manifests 2024-07-07 03:54:00 +01:00
Rob Ede c1a6388614
refactor: address clippy warnings 2024-05-06 06:03:44 +01:00
Rob Ede 79a38e0628
apply standard formatting 2023-07-17 02:38:12 +01:00
Rob Ede 358c1cf85b
improve docs for app_config methods 2023-02-22 23:06:23 +00:00
Rob Ede cc7145d41d
rust 1.64 clippy run (#2891) 2022-09-25 20:54:17 +01:00
PeterPierinakos 8dbf7da89f
Fix common grammar mistakes and add small documentation for AppConfig's Default implementation (#2793) 2022-06-25 14:01:06 +00:00
Rob Ede b1c85ba85b
Add `ServiceConfig::default_service` (#2743)
* Add `ServiceConfig::default_service`

based on https://github.com/actix/actix-web/pull/2338

* update changelog
2022-04-23 22:11:45 +01:00
Rob Ede bcdde1d4ea
move actix-web to own dir 2022-02-01 00:30:41 +00:00