c0d7b36877
* 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
|
||
---|---|---|
.. | ||
fairing.rs | ||
guard.rs | ||
json.rs | ||
manual.rs | ||
mix.rs |