pub type BoxHttpService = BoxCloneService<HttpRequest, HttpResponse, Error>;Available on crate feature
tower only.Expand description
Type-erased clone HTTP Service.
Aliased Type§
pub struct BoxHttpService(/* private fields */);pub type BoxHttpService = BoxCloneService<HttpRequest, HttpResponse, Error>;tower only.Type-erased clone HTTP Service.
pub struct BoxHttpService(/* private fields */);