Skip to main content

HttpResponse

Type Alias HttpResponse 

Source
pub type HttpResponse = Response<HttpBody>;
Expand description

Specialized HTTP response that uses the HttpBody type for the body.

This is a type alias for Response<HttpBody>.

Aliased Typeยง

pub struct HttpResponse { /* private fields */ }