iron-hmac 0.2.1

HMAC middleware for the Iron HTTP framework
docs.rs failed to build iron-hmac-0.2.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: iron-hmac-0.6.0

iron-hmac

HMAC middleware for the Iron HTTP framework

Build Status Crates.io Version

Authenticates incoming requests by computing the HMAC and performing a constant-time string comparison with the provided value. An HMAC header is computed and appended to the outgoing response.

Usage

The best way to get started is by looking at the example. For details, please see the documentation