Rocket/site/guide
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
..
0-introduction.md Fix typo in guide intro: 'offerring' -> 'offering'. 2018-11-14 03:42:02 -08:00
1-quickstart.md Rework docs for stable and async support. 2020-07-21 16:15:13 -07:00
2-getting-started.md Rework docs for stable and async support. 2020-07-21 16:15:13 -07:00
3-overview.md Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
4-requests.md Use thread-safe 'CookieJar's. 2020-08-16 02:19:45 -07:00
5-responses.md Simplify language in 'responses' guide. 2020-07-22 12:28:48 -07:00
6-state.md Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
7-fairings.md Remove superfluous lifetimes in 'Fairing' methods. 2020-07-23 21:32:20 -07:00
8-testing.md Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
9-configuration.md Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
10-pastebin.md Require data limits on 'Data::open()'. 2020-08-06 02:46:04 -05:00
11-conclusion.md Update 'Riot' to 'Element'. 2020-07-22 13:03:35 -07:00
index.md Update 'Riot' to 'Element'. 2020-07-22 13:03:35 -07:00