Available on (crate features
clients or servers) and crate feature servers only.Expand description
Implements things that can decorate a Request, and all implement
crate::net::models::FromRequest.
Structsยง
- AddExtension
- Middleware for adding some shareable value to a request extensions field.
- Body
- Extract the body from a request.
- Extension
- A type that has been cloned, and extracted out of an extension map.
- State
- A type that has been cloned and extracted out of app state.