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 Definitions
- Type alias for
http::Response
whose body type defaults toBoxBody
, the most common body type used with axum. - An
IntoResponse
-based result type that usesErrorResponse
as the error type.