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