[][src]Trait izanami_http::service::HttpServiceExt

pub trait HttpServiceExt<RequestBody>: HttpService<RequestBody> where
    RequestBody: HttpBody
{ fn into_service(self) -> IntoService<Self>
    where
        Self: Sized
, { ... } }

An extension trait for providing some adaptors for HttpServices.

Provided methods

fn into_service(self) -> IntoService<Self> where
    Self: Sized

Lift this value into a Service.

Loading content...

Implementors

Loading content...