Rocket/examples/session
Sergio Benitez 150aef7764 Impl 'try' for 'Outcome'. Document 'Cookies'.
The 'try' impl for 'Outcome' allows the '?' operator to be used with
'Outcome' values. This is likely to make 'FromRequest' and 'FromData'
implementations more ergonomic.

This commit also expands the 'IntoOutcome' trait. It is now
implemented for 'Option'. It also now includes an additional
'or_forward' method.
2017-06-24 02:49:31 -07:00
..
src Impl 'try' for 'Outcome'. Document 'Cookies'. 2017-06-24 02:49:31 -07:00
templates Initial session support. 2017-03-08 03:28:12 -08:00
Cargo.toml Remove 'testing' feature. Close stream on network error. 2017-04-20 20:36:12 -07:00
Rocket.toml Rename 'session_key' config parameter to 'secret_key'. 2017-05-12 17:24:25 -07:00