Expand description
Types and traits for generating responses.
See axum::response for more details.
Structs§
- Append headers to a response.
 - An
IntoResponse-based error type - Parts of a response.
 - Error returned if converting a value to a header fails.
 
Traits§
- Trait for generating responses.
 - Trait for adding headers and extensions to a response.
 
Type Aliases§
- Type alias for
http::Responsewhose body type defaults toBoxBody, the most common body type used with axum. - An
IntoResponse-based result type that usesErrorResponseas the error type.