rocket_cors/tests
Yong Wen Chua 7dbc22b523 Delay CORS checks and response until `Responder::respond_to` is invoked (#6)
* Delay checking of CORS to just before responding

* Lifetime issues

* Use State::inner()

* Fix lifetime issues

* Bump Rocket

* Document 'static limitation

And link to https://github.com/SergioBenitez/Rocket/pull/345

* Remove extraneous comments
2017-07-15 01:38:13 +08:00
..
headers.rs Response unit tests 2017-07-14 15:35:44 +08:00
routes.rs Delay CORS checks and response until `Responder::respond_to` is invoked (#6) 2017-07-15 01:38:13 +08:00