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