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