Yong Wen Chua
|
39eb59e466
|
Address ICE related to impl trait
Original bug: https://github.com/rust-lang/rust/issues/43380
Fixes #33
|
2018-02-14 13:37:48 +08:00 |
Yong Wen Chua
|
ff1deabf55
|
Rustfmt fix
- Bump to 0.2.2
- Add Travis cargo cache
|
2018-02-14 13:22:43 +08:00 |
Yong Wen Chua
|
9782a47456
|
Add "mix" mode example (#26)
* Add "mix" mode example
* Fix typo
|
2017-09-05 14:59:51 +08:00 |
Yong Wen Chua
|
715913a6b3
|
Gate serde behind a feature flag (#25)
* Gate serde behind a feature flag
Fixes #16
* Fix travis build configuration
|
2017-09-05 14:11:28 +08:00 |
Yong Wen Chua
|
36ec852a78
|
Add catch-all OPTIONS route and update examples/tests (#24)
|
2017-07-24 15:45:53 +08:00 |
Yong Wen Chua
|
92d7775b93
|
"Truly manual" API (#22)
* Experimental "truly manual" API
* Add API for general usage
* Add documentation and example
Change Fn to FnOnce to allow for moving and consuming
|
2017-07-24 13:11:10 +08:00 |
Yong Wen Chua
|
0a94dfe22a
|
Add Convenience typedefs and functions (#19)
* Add JSON documentation and convenience AllowedOrigin
* Add `AllowedHeaders`
* Add AllowedHeaders
* Fix tests
|
2017-07-19 12:25:56 +08:00 |
Yong Wen Chua
|
fcd83e8fb5
|
Fix an issue where Fairing on_response will inject CORS headers into failed CORS requests
|
2017-07-19 09:52:30 +08:00 |
Yong Wen Chua
|
8fc8fef3eb
|
Add documentation (#15)
* Add documentation for Fairing
* Add Guard example and documentation
|
2017-07-18 18:22:20 +08:00 |