Commit Graph

5 Commits

Author SHA1 Message Date
Yong Wen Chua f79f122003 Add Serde support for UniCase 2017-07-17 16:10:04 +08:00
Yong Wen Chua 2fa82cea69 Add serde support for Method 2017-07-15 11:53:22 +08:00
Yong Wen Chua ebd75cd0ba Rocket 0.3 is released 2017-07-15 10:37:10 +08:00
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
Yong Wen Chua e599112867 First commit 2017-07-13 15:51:04 +08:00