iron-error-router

Crates.ioiron-error-router
lib.rsiron-error-router
version0.3.0
sourcesrc
created_at2016-03-19 20:29:50.835697
updated_at2017-01-11 22:59:55.481068
descriptionMap HTTP status codes to handlers and middlewares.
homepagehttps://github.com/untitaker/iron-error-router
repositoryhttps://github.com/untitaker/iron-error-router
max_upload_size
id4486
size7,309
chalk (github:rust-lang-nursery:chalk)

documentation

README

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.

Commit count: 20

cargo fmt