Rocket/lib
Sergio Benitez 16cb7297ab Initial session support.
This commit includes the following additions:
  * A `session` example was added.
  * `Config::take_session_key` was removed.
  * If a `session_key` is not supplied, one is automatically generated.
  * The `Session` type implements signed, encrypted sessions.
  * A `Session` can be retrieved via its request guard.
2017-03-08 03:28:12 -08:00
..
src Initial session support. 2017-03-08 03:28:12 -08:00
tests Ensure routes with and without query params don't collide. 2017-02-05 01:43:53 -08:00
build.rs Refuse to build on non-nightly with a nice message. 2017-01-15 01:16:47 -08:00
Cargo.toml Initial session support. 2017-03-08 03:28:12 -08:00