HttpService

Type Alias HttpService 

Source
pub type HttpService = BoxService<Request<Body>, Response<Body>, Infallible>;
Expand description

An HTTP-level service, as would be given to Hyper’s server

Aliased Type§

pub struct HttpService { /* private fields */ }