Rocket/examples/cookies
Sergio Benitez 722ee93f8b Update to cookie 0.7. Use 256-bit session_keys.
This commit involves several breaking changes:
  * `session_key` config param must be a 256-bit base64 encoded string.
  * `FromRequest` is implemented for `Cookies`, not `Cookie`.
  * Only a single `Cookies` instance can be retrieved at a time.
  * `Config::take_session_key` returns a `Vec<u8>`.
  * `Into<Header>` is implemented for `&Cookie`, not `Cookie`.
2017-03-07 01:19:06 -08:00
..
src Update to cookie 0.7. Use 256-bit session_keys. 2017-03-07 01:19:06 -08:00
templates Use handlebars so that message is escaped in cookies example. 2016-11-04 15:33:58 +01:00
Cargo.toml Update to Hyper 0.10. Use cookie crate directly. 2017-01-26 23:08:15 -08:00