pub type HyperResponse = Response<BoxBody<Bytes, Error>>;
Represents the HTTP response from Hyper.
pub struct HyperResponse { /* private fields */ }