Modules§
- fn
- Turn functions into services.
Structs§
- Body
- A convenient body type that can wrap most other body types.
Enums§
Traits§
Type Aliases§
- BoxError
- Alias for a type-erased error type.
- Request
- Alias for
http::Request
with a defaulted body type. - Request
Parts - Response
- Alias for
http::Response
with a defaulted body type. - Response
Parts