Crate spring_web
source ·Expand description
Re-exports§
pub use axum;
Modules§
- spring-web config
- spring-web defined error
- axum extract
- axum route handler
Macros§
- auto_config
Structs§
- State of App
- Web Plugin Definition
Traits§
- Web Configurator
Type Aliases§
- axum::routing::MethodFilter re-export
- MethodRouter with AppState
- Router with AppState
- Routers collection
Attribute Macros§
- To use these Procedural Macros, you need to add
spring-web
dependency - Syntax
- Syntax
- Prepends a path prefix to all handlers using routing macros inside the attached module.
- Syntax
- Syntax
- Syntax
- Syntax
- Creates resource handler, allowing multiple HTTP method guards.
- Creates resource handler, allowing multiple HTTP methods and paths.
- Syntax