[][src]Module izanami_http::service

HTTP services.

Structs

IntoService

A wrapper for HttpServices for lifting the instance into a Service.

Traits

HttpService

An asynchronous service that handles HTTP requests on a transport.

HttpServiceExt

An extension trait for providing some adaptors for HttpServices.