HyperResponse

Type Alias HyperResponse 

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

Represents the HTTP response from Hyper.

Aliased Typeยง

pub struct HyperResponse { /* private fields */ }