Expand description

Types and traits for generating responses.

See axum::response for more details.

Structs

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 to BoxBody, the most common body type used with axum.