rocket_cors/src
Yong Wen Chua c86bb44529
Create `CorsOptions` (#57)
* Create `CorsOptions`

- `Cors` will be, in the future, an "optimised" or "compiled" version of
`CorsOptions`
- For now, `Cors` simply clones `CorsOptions` and `Deref`s to
`CorsOptions`.

* Update examples

* Remove usage of `Self` struct constructors
2018-12-19 01:29:26 +01:00
..
fairing.rs Create `CorsOptions` (#57) 2018-12-19 01:29:26 +01:00
headers.rs Upgrade to Rust 2018 to fix Macro use and import issues (#52) 2018-11-21 12:17:40 +08:00
lib.rs Create `CorsOptions` (#57) 2018-12-19 01:29:26 +01:00
test_macros.rs Cargo fmt (#42) 2018-07-18 13:26:33 +08:00