pub type HttpResponse = Response<Vec<u8>>;
An HTTP response.
struct HttpResponse { /* private fields */ }