Rocket/lib
Sergio Benitez c58ca894b7 Initial implementation of content negotiation via `Accept`.
This is a breaking change.

This commit changes the meaning of the `format` route attribute when
used on non-payload carrying requests (GET, HEAD, CONNECT, TRACE, and
OPTIONS) so that it matches against the preferred media type in the
`Accept` header of the request. The preferred media type is computed
according to the HTTP 1.1 RFC, barring a few specificty rules to come.
2017-03-29 04:08:53 -07:00
..
src Initial implementation of content negotiation via `Accept`. 2017-03-29 04:08:53 -07:00
tests Ensure routes with and without query params don't collide. 2017-02-05 01:43:53 -08:00
Cargo.toml Initial implementation of content negotiation via `Accept`. 2017-03-29 04:08:53 -07:00
build.rs Use ansi_term::Color, not Colour. 2017-03-08 15:08:13 -08:00