Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Apr 29, 2020
1 parent 5c08fab commit 3bdf27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
HTTP Cookies for Nim.
This module provides the `Cookie` type, which directly maps to Set-Cookie HTTP response headers, and the `CookieJar` type which contains many cookies.

Overview
## Overview
`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.

`CookieJar` contains many cookies from the user agent.

0 comments on commit 3bdf27f

Please sign in to comment.