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

Modules

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

Macros

Traits

  • Provides the context method for Result.

Attribute Macros