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. |
||
---|---|---|
.. | ||
async-entry.rs | ||
catch.rs | ||
catch_type_errors.rs | ||
catchers.rs | ||
from_form.rs | ||
from_form_type_errors.rs | ||
from_form_value.rs | ||
responder-types.rs | ||
route-attribute-general-syntax.rs | ||
route-path-bad-syntax.rs | ||
route-type-errors.rs | ||
route-warnings.rs | ||
routes.rs | ||
typed-uri-bad-type.rs | ||
typed-uris-bad-params.rs | ||
typed-uris-invalid-syntax.rs | ||
uri_display.rs | ||
uri_display_type_errors.rs |