Skip to main content

HyperAnswer

Type Alias HyperAnswer 

Source
pub type HyperAnswer = Response<HyperBody>;
Expand description

The answer this service produces, which is a hyper response like any other.

Aliased Typeยง

pub struct HyperAnswer { /* private fields */ }