Rocket/lib
Sergio Benitez a25a3c69c6 Cache parsed ContentType and Accept headers.
This is a breaking change. `Request::content_type` now returns a borrow
to `ContentType`. `FromRequest` for `ContentType` is no longer
implemented. Instead, `FromRequest` for `&ContentType` is implemented.
2017-04-13 02:44:47 -07:00
..
benches Add Rocket::routes() method to get all routes. Add some internal benchmarks. 2017-04-05 01:19:33 -07:00
src Cache parsed ContentType and Accept headers. 2017-04-13 02:44:47 -07:00
tests Ensure routes with and without query params don't collide. 2017-02-05 01:43:53 -08:00
Cargo.toml Cache parsed ContentType and Accept headers. 2017-04-13 02:44:47 -07:00
build.rs Use ansi_term::Color, not Colour. 2017-03-08 15:08:13 -08:00