Rocket/lib/src/response
Sergio Benitez 06a7317fd9 Update to Hyper 0.10. Use cookie crate directly.
A few interesting notes on this breakage:

  * `Cookie` how has a lifetime. It should be `'static'` everywhere.
  * The `SetCookie` header is no longer reexported.
  * Instead, `Cookie` implements `Into<Header>` for Set-Cookie.
2017-01-26 23:08:15 -08:00
..
content.rs Document Body. Derive Clone/Copy/PartialEq appropriately in response module. 2016-12-19 20:10:24 -08:00
failure.rs New HTTP types: ContentType, Status. Responder/Handler/ErrorHandler changed. 2016-12-15 00:47:31 -08:00
flash.rs Update to Hyper 0.10. Use cookie crate directly. 2017-01-26 23:08:15 -08:00
mod.rs Document ResponseBuilder. 2016-12-19 23:29:20 -08:00
named_file.rs Update NamedFile documentation. 2016-12-23 12:02:17 -08:00
redirect.rs Fix typo in `Redirect` documentation. 2017-01-14 07:58:28 -08:00
responder.rs Adds tests for JSON example. Emit warning from JSON FromData. 2016-12-21 22:56:58 -08:00
response.rs Treat header names as case-preserving in HeaderMap. 2017-01-02 21:33:36 -06:00
status.rs Document Body. Derive Clone/Copy/PartialEq appropriately in response module. 2016-12-19 20:10:24 -08:00
stream.rs New HTTP types: ContentType, Status. Responder/Handler/ErrorHandler changed. 2016-12-15 00:47:31 -08:00