Rocket/scripts
Sergio Benitez 52320020bc Use thread-safe 'CookieJar's.
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.
2020-08-16 02:19:45 -07:00
..
bump_version.sh Move to 0.5.0-dev on master. 2019-05-13 16:18:48 -07:00
config.sh Support cargo '+' flags in testing script. 2020-07-21 15:31:44 -07:00
mk-docs.sh Inline macro docs into core crate. 2020-02-25 16:56:59 -08:00
publish.sh Fix various typos throughout the codebase. 2020-07-22 12:56:01 -07:00
test.sh Use thread-safe 'CookieJar's. 2020-08-16 02:19:45 -07:00