Skip to content

Commit 19defc0

Browse files
committed
usage
1 parent 5ddeb5f commit 19defc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ This module provides the `Cookie` type, which directly maps to Set-Cookie HTTP r
66
`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.
77

88
`CookieJar` contains many cookies from the user agent.
9+
10+
## Usage
11+
```nim
12+
import cookiejar
13+
```

0 commit comments

Comments
 (0)