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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
HTTP Cookies for Nim.
3
3
This module provides the `Cookie` type, which directly maps to Set-Cookie HTTP response headers, and the `CookieJar` type which contains many cookies.
4
4
5
-
Overview
5
+
## Overview
6
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
7
8
8
`CookieJar` contains many cookies from the user agent.
0 commit comments