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