iron-error-router 0.1.2

Map HTTP status codes to handlers and middlewares.
docs.rs failed to build iron-error-router-0.1.2
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-error-router-0.3.0

iron-error-router Build status

A Iron middleware for showing custom error pages for specific statuses.

Currently the middleware will check if a body has not yet been set for the response, and will invoke a custom AfterMiddleware or Handler, depending on the response's status.

See /examples/ for usage.

License

Licensed under the MIT, see LICENSE.