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
|
0163ff6a26
|
Fix bug where Access-Control-Allow-Origin included a trailing `/`
Which broke all browsers
|
2017-07-19 16:26:44 +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
|
35e9665628
|
Add remaining missing unit tests (#12)
|
2017-07-18 13:11:30 +08:00 |
Yong Wen Chua
|
808329c1c4
|
Remove benchmark
|
2017-07-17 23:11:13 +08:00 |
Yong Wen Chua
|
41f5ac11d8
|
Refactor to separate out validation from response building step 1
|
2017-07-17 23:11:12 +08:00 |
Yong Wen Chua
|
191868573d
|
Add bench
|
2017-07-17 18:06:06 +08:00 |
Yong Wen Chua
|
56de116595
|
Add serde pass between fairings
|
2017-07-17 18:06:00 +08:00 |