Rocket/site/guide
Sergio Benitez 5d9035ddc1 Keep an op-log for sync 'CookieJar'.
In brief, this commit:

  * Updates to the latest upstream 'cookie', fixing a memory leak.
  * Make changes to 'CookieJar' observable only through 'pending()'.
  * Deprecates 'Client::new()' in favor of 'Client::tracked()'.
  * Makes 'dispatch()' on tracked 'Client's synchronize on cookies.
  * Makes 'Client::untracked()' actually untracked.

This commit updates to the latest 'cookie' which removes support for
'Sync' cookie jars. Instead of relying on 'cookie', this commit
implements an op-log based 'CookieJar' which internally keeps track of
changes. The API is such that changes are only observable through
specialized '_pending()' methods.
2020-10-14 21:37:16 -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 Generate a proxy structure for better namespacing. 2020-10-12 22:11:44 -07:00
4-requests.md Fix typo in requests guide: 'A' -> 'a'. 2020-10-11 12:48:09 -07:00
5-responses.md Simplify language in 'responses' guide. 2020-07-22 12:28:48 -07:00
6-state.md Use 'spawn_blocking' in '#[database]'. 2020-09-10 03:34:26 -07:00
7-fairings.md Remove superfluous lifetimes in 'Fairing' methods. 2020-07-23 21:32:20 -07:00
8-testing.md Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
9-configuration.md Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
10-pastebin.md Add missing explicit lifetime parameter to PasteId<'_> in pastebin guide. 2020-10-11 12:45:07 -07: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