Expand description

Types and traits for generating responses.

See axum::response for more details.

Structs

A response with headers.

Traits

Trait for generating responses.

Type Definitions

Type alias for http::Response whose body type defaults to BoxBody, the most common body type used with axum.