Rocket/examples/content_types
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
Cargo.toml Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00