iron-cors 0.5.1

A CORS middleware implementation for Iron.
Documentation

CORS Middleware for Iron

Travis CI Crates.io

A CORS Middleware for Iron.

See https://www.html5rocks.com/static/images/cors_server_flowchart.png for reference.

The middleware will return HTTP 400 Bad Request if the origin host is missing (configurable) or not allowed.

Preflight requests are not yet supported. Pull requests adding it are welcome.

Docs: https://docs.rs/iron-cors/

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.