Skip to content

Commit 3bdf27f

Browse files
authored
Update README.md
1 parent 5c08fab commit 3bdf27f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
HTTP Cookies for Nim.
33
This module provides the `Cookie` type, which directly maps to Set-Cookie HTTP response headers, and the `CookieJar` type which contains many cookies.
44

5-
Overview
5+
## Overview
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.

0 commit comments

Comments
 (0)