You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module provides the `Cookie` type, which directly maps to Set-Cookie HTTP response headers, and the `CookieJar` type which contains many cookies.
4
+
5
+
Overview
6
+
`Cookie` type is used to generate Set-Cookie HTTP response headers. Server sends Set-Cookie HTTP response headers to the user agent. So the user agent can send them back to the server later.
7
+
8
+
`CookieJar` contains many cookies from the user agent.
0 commit comments