Expand description
Drop in types for actix web implementing garde
Structs§
- Form
- Drop in replacement for actix_web::web::Form
- Form
Config - Replacement for actix_web::web::FormConfig
Error handler must map from an
garde_actix_web::error::Error - Header
- Drop in replacement for actix_web::web::Header
- Json
- Drop in replacement for actix_web::web::Json
- Json
Config - Replacement for actix_web::web::JsonConfig
Error handler must map from an
garde_actix_web::error::Error - Path
- Drop in replacement for actix_web::web::Path
- Path
Config - Replacement for actix_web::web::PathConfig
Error handler must map from an
garde_actix_web::error::Error - Query
- Drop in replacement for actix_web::web::Query
- Query
Config - Replacement for actix_web::web::QueryConfig
Error handler must map from an
garde_actix_web::error::Error
Enums§
- Either
- Drop in replacement for actix_web::web::Either