rocket_cors/tests
Yong Wen Chua a90556c470 Implement CORS Fairing (#9)
* Add validate to Cors

* Skeleton

* Refactor to allow for fairings to be even built

* Errors are not handled properly

* Response no longer validates

* Ad-hoc response now use response guards

* Seems like lifetime proliferation

* Wrap Response in a Guard with some dummy lifetime

* Fairing implementation
2017-07-17 14:28:54 +08:00
..
ad_hoc.rs Implement CORS Fairing (#9) 2017-07-17 14:28:54 +08:00
fairings.rs Implement CORS Fairing (#9) 2017-07-17 14:28:54 +08:00
headers.rs Implement CORS Fairing (#9) 2017-07-17 14:28:54 +08:00