Rocket/site/guide
arlecchino 1ba41b3990 Remove 'CookieJar::get_private_pending()'.
This commit removes the 'CookieJar::get_private_pending()' method in
favor of the already existing and correct 'CookieJar::get_pending()'
method. Previously, the 'CookieJar::get_private_pending()' method
attempted to decrypt the value of a pending cookie, which in reality is
plaintext, thus failing. Because the pending value is plaintext, the
'CookieJar::get_pending()' method suffices.

Documentation has been updated to refer to 'CookieJar::get_pending()'.

Fixes #2063.
2022-02-17 11:04:30 -08:00
..
0-introduction.md Update various dead hyperlinks; change some links from http to https. 2021-02-20 12:01:44 -08:00
1-quickstart.md New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00
01-upgrading-from-0.4.md Clean up upgrade guide, FAQ. Mention FAQ more. 2021-08-29 16:55:07 -07:00
2-getting-started.md Fix 'ROCKET_CLI_COLORS' example in getting started guide: 'off' -> 'false'. 2021-07-24 15:15:43 -07:00
3-overview.md Fix typo in guide overview. 2021-09-07 12:02:56 -07:00
4-requests.md Remove 'CookieJar::get_private_pending()'. 2022-02-17 11:04:30 -08:00
5-responses.md Add 0.5 migration guide, FAQ to site docs. 2021-08-19 19:49:23 -07:00
6-state.md Fix header level of "Within Guards" in guide. 2021-06-30 21:02:28 -07:00
7-fairings.md Fix typo in fairings guide: missing 'of the'. 2021-07-24 14:55:50 -07:00
8-testing.md Add 0.5 migration guide, FAQ to site docs. 2021-08-19 19:49:23 -07:00
9-configuration.md Add 0.5 migration guide, FAQ to site docs. 2021-08-19 19:49:23 -07:00
10-pastebin.md New version: 0.5.0-rc.1. 2021-06-09 09:52:37 -07:00
11-conclusion.md Clean up upgrade guide, FAQ. Mention FAQ more. 2021-08-29 16:55:07 -07:00
12-faq.md Clean up upgrade guide, FAQ. Mention FAQ more. 2021-08-29 16:55:07 -07:00
index.md Clean up upgrade guide, FAQ. Mention FAQ more. 2021-08-29 16:55:07 -07:00