Module web

Module web 

Source
Expand description

Drop in types for actix web implementing garde

Structs§

Form
Drop in replacement for actix_web::web::Form
FormConfig
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
JsonConfig
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
PathConfig
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
QueryConfig
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