pub type HttpResponse<T = HttpBody> = Response<T>;
HTTP response with default body.
struct HttpResponse<T = HttpBody> { /* private fields */ }