Type Definition axum_core::response::Response

source · []
pub type Response<T = BoxBody> = Response<T>;
Expand description

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

Trait Implementations

Create a response.