Type Alias HyperResponse

Source
pub type HyperResponse = Response<BoxBody<Bytes, Error>>;
Expand description

Represents the HTTP response from Hyper.

Aliased Typeยง

struct HyperResponse { /* private fields */ }