Type Alias mas_http::HttpService
source · pub type HttpService = BoxCloneSyncService<Request<Bytes>, Response<Bytes>, BoxError>;
Expand description
Aliased Type§
struct HttpService(/* private fields */);
Implementations
Trait Implementations§
source§impl Debug for HttpService
impl Debug for HttpService
source§impl<T, U, E> Clone for BoxCloneSyncService<T, U, E>
impl<T, U, E> Clone for BoxCloneSyncService<T, U, E>
source§impl<T, U, E> Service<T> for BoxCloneSyncService<T, U, E>
impl<T, U, E> Service<T> for BoxCloneSyncService<T, U, E>
§type Future = Pin<Box<dyn Future<Output = Result<<BoxCloneSyncService<T, U, E> as Service<T>>::Response, <BoxCloneSyncService<T, U, E> as Service<T>>::Error>> + Send>>
type Future = Pin<Box<dyn Future<Output = Result<<BoxCloneSyncService<T, U, E> as Service<T>>::Response, <BoxCloneSyncService<T, U, E> as Service<T>>::Error>> + Send>>
The future response value.