Rocket/examples
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
..
config Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
content_types Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
cookies Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
errors Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
fairings Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
form_kitchen_sink Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
form_validation Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
handlebars_templates Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
hello_2018 Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
hello_person Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
hello_world Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
json Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
managed_queue Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
manual_routes Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
msgpack Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
optional_redirect Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
pastebin Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
query_params Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
ranking Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
raw_sqlite Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
raw_upload Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
redirect Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
request_guard Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
request_local_state Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
session Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
state Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
static_files Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
stream Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
tera_templates Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
testing Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
tls Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
todo Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
uuid Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00