Rocket/examples/form_validation
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
..
src Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
static Remove Session in favor of private cookies. New testing API. 2017-06-08 17:34:50 -07:00
Cargo.toml Make 'NamedFile' async. Fix 'Handler' trait. 2020-07-11 09:24:30 -07:00