pub type HttpResponse = Response<HttpBody>;
Specialized HTTP response that uses the HttpBody type for the body.
HttpBody
This is a type alias for Response<HttpBody>.
Response<HttpBody>
pub struct HttpResponse { /* private fields */ }