pub type HttpService = BoxCloneSyncService<Request<Bytes>, Response<Bytes>, BoxError>;
Type for the underlying HTTP service.
Allows implementors to use different libraries that provide a Service that implements Clone + Send + Sync.
Service
Clone
Send
Sync
struct HttpService(/* private fields */);