Crate hyper_middleware

source ·
Expand description

hyper_middleware

hyper_middleware is a complement set of HTTP middlewares with a small Hyper Service to get started with a HTTP server easily. This module only supports Hyper 0.14.

Features

Re-exports

pub use middleware::*;
pub use remote_addr::*;
pub use service::*;
pub use types::*;

Modules

The middleware and handler system module.
Module representing the remote (peer) address of a connection.
The Hyper service module.
Set of types aliases for convenience.