Cookies & State
The session jar handles cookies for you. This section covers how it works, when you'd want to switch it off, and how to hand-roll a Cookie header for one-off calls.
In this section
- Cookie Jar: how the internal jar works, what gets stored, when it sends what
- Disabling the Cookie Jar: WithoutCookieJar() and when to actually do that
- Per-Request Cookies: ad-hoc Cookie headers for one-off calls
- Domain and Path Matching: the quirks of cookies matching the next URL