rocket_cors/tests
thanadolps c0d7b36877
Update to latest master Rocket version (#89)
* Change to catch up with latest rocket master

- rocket::handler -> rocket::route
- request.get_param() -> request.param
- Change attach -> ignite and ignite -> build
- Update lifetime signature of FromRequest

* Remove unused import

* Remove colliding route in catch_all_options_routes()

In rocket 0.5 "/<catch_all_options_route..>" should match path "/" too hence the collision.

* Revert "Remove unused import"

This reverts commit 69db6d53

* add #[allow(unused_imports)] to log

* lock Rocket to specific commit

* apply rustfmt
2021-04-26 15:36:37 +08:00
..
fairing.rs Update to latest master Rocket version (#89) 2021-04-26 15:36:37 +08:00
guard.rs Update to latest master Rocket version (#89) 2021-04-26 15:36:37 +08:00
headers.rs Update to latest master Rocket version (#89) 2021-04-26 15:36:37 +08:00
manual.rs Update to latest master Rocket version (#89) 2021-04-26 15:36:37 +08:00
mix.rs Update to latest master Rocket version (#89) 2021-04-26 15:36:37 +08:00