Rocket/lib/src/http
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
..
ascii.rs Make Content-Type case-preserving; add 'params' method. 2017-01-05 02:14:44 -06:00
content_type.rs Add webp, ttf, otf, woff, and woff2 as known Content-Types. 2017-02-17 19:13:45 -08:00
cookies.rs Update to cookie 0.7. Use 256-bit session_keys. 2017-03-07 01:19:06 -08:00
header.rs Update to cookie 0.7. Use 256-bit session_keys. 2017-03-07 01:19:06 -08:00
hyper.rs Tweak http module docs. 2017-02-03 01:27:41 -08:00
method.rs Use pub(crate) to enforce doc(hidden). 2017-02-03 02:17:06 -08:00
mod.rs Update to Hyper 0.10. Use cookie crate directly. 2017-01-26 23:08:15 -08:00
status.rs Use pub(crate) to enforce doc(hidden). 2017-02-03 02:17:06 -08:00
uri.rs Add percent_encode method to URI. 2017-02-06 03:41:12 -08:00