A CORS Middleware for Iron.
See https://www.html5rocks.com/static/images/corsserverflowchart.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/
Licensed under either of
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.