Skip to content

Commit 5c08fab

Browse files
committed
update README
1 parent 09c83fe commit 5c08fab

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# cookies
22
HTTP Cookies for Nim.
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+
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

Comments
 (0)