pub type HttpResponse<T = Body> = Response<T>;
HTTP response type.
struct HttpResponse<T = Body> { /* private fields */ }