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