mirror of https://github.com/rwf2/Rocket.git
52320020bc
The user-facing changes effected by this commit are: * The 'http::Cookies<'_>' guard is now '&http::CookieJar<'_>'. * The "one-at-a-time" jar restriction is no longer imposed. * 'CookieJar' retrieval methods return 'http::CookieCrumb'. * The 'private-cookies' feature is now called 'secrets'. * Docs flag private cookie methods with feature cfg. * Local, async request dispatching is never serialized. * 'Client::cookies()' returns the tracked 'CookieJar'. * 'LocalResponse::cookies()' returns a 'CookieJar'. * 'Response::cookies()' returns an 'impl Iterator'. * A path of '/' is set by default on all cookies. * 'SameSite=strict' is set by default on all cookies. * 'LocalRequest::cookies()' accepts any 'Cookie' iterator. * The 'Debug' impl for 'Request' prints the cookie jar. Resolves #1332. |
||
---|---|---|
.. | ||
config | ||
content_types | ||
cookies | ||
errors | ||
fairings | ||
form_kitchen_sink | ||
form_validation | ||
handlebars_templates | ||
hello_2018 | ||
hello_person | ||
hello_world | ||
json | ||
managed_queue | ||
manual_routes | ||
msgpack | ||
optional_redirect | ||
pastebin | ||
query_params | ||
ranking | ||
raw_sqlite | ||
raw_upload | ||
redirect | ||
request_guard | ||
request_local_state | ||
session | ||
state | ||
static_files | ||
stream | ||
tera_templates | ||
testing | ||
tls | ||
todo | ||
uuid |