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 */ }pub type HttpService = BoxService<Request<Body>, Response<Body>, Infallible>;An HTTP-level service, as would be given to Hyper’s server
pub struct HttpService { /* private fields */ }