[][src]Crate izanami_http

HTTP-specific abstraction for izanami.

The types and traits provided by this crate intentionally imitates the unreleased tower-http-service, and there will be replaced with them in the future version.

Re-exports

pub use crate::body::HttpBody;
pub use crate::service::HttpService;
pub use crate::upgrade::HttpUpgrade;

Modules

body

request/response bodies.

response

HTTP response.

service

HTTP services.

upgrade

HTTP upgrade abstraction.

Traits

Connection

An asynchronous object that manages the connection to a remote peer.