Re-exports§
pub use anyhow;
Macros§
Structs§
- Error
Response - Parts
- Component parts of an HTTP
Request
- Status
Code - An HTTP status code (
status-code
in RFC 9110 et al.).
Traits§
- From
Request Parts - Types that can be created from request parts.
- Into
Response - Trait for generating responses.
Functions§
Type Aliases§
- Response
- Type alias for
http::Response
whose body type defaults toBody
, the most common body type used with axum.