Skip to main content

Response

Type Alias Response 

Source
pub type Response<T = Body> = Response<T>;
Expand description

The framework’s response type. Same memory shape as axum’s; the alias keeps the user-visible path arcly_http::Response. Type alias for http::Response whose body type defaults to Body, the most common body type used with axum.

Aliased Type§

pub struct Response<T = Body> { /* private fields */ }