Rocket/lib
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
..
src Update to Hyper 0.10. Use cookie crate directly. 2017-01-26 23:08:15 -08:00
tests Expose the remote address via `remote()` in `Request`. 2017-01-13 07:50:51 -08:00
Cargo.toml Update to Hyper 0.10. Use cookie crate directly. 2017-01-26 23:08:15 -08:00
build.rs Refuse to build on non-nightly with a nice message. 2017-01-15 01:16:47 -08:00