Rocket/core/lib/src/request
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
..
form Fix typo in 'Form::into_inner' docs: unclosed codeblock. 2020-10-11 12:49:18 -07:00
from_request.rs Use thread-safe 'CookieJar's. 2020-08-16 02:19:45 -07:00
mod.rs Use 'async_trait' for 'FromRequest'. 2020-07-11 09:24:29 -07:00
param.rs Remove use of stable 'proc_macro_hygiene' feature. 2020-07-11 10:48:08 -07:00
query.rs Fix various typos throughout the codebase. 2020-07-22 12:56:01 -07:00
request.rs Keep an op-log for sync 'CookieJar'. 2020-10-14 21:37:16 -07:00
state.rs Rearrange top-level exports. Use '#[launch]'. 2020-07-22 16:10:02 -07:00
tests.rs Replace 'Manifest' with 'Cargo'. 2020-07-11 09:24:30 -07:00