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
- Compact Middleware & Handler System inspired by The Iron Framework.
- Simple [Hyper Service][
hyper::service::Service
] with Remote Address access. - Convenient
Error
andResult
types powered by anyhow.
Re-exports
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.