mirror of https://github.com/fafhrd91/actix-web
- 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. |
||
|---|---|---|
| .. | ||
| README.md | ||
| basic.rs | ||
| from_fn.rs | ||
| introspection.rs | ||
| introspection_multi_servers.rs | ||
| macroless.rs | ||
| middleware_from_fn.rs | ||
| on-connect.rs | ||
| uds.rs | ||
| worker-cpu-pin.rs | ||
README.md
Actix Web Examples
This folder contain just a few standalone code samples. There is a much larger registry of example projects in the examples repo.