aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/net/http/66008.md
blob: e8603707ef315066f16856dd6e4ca1a57b5eba6c (plain)
1
2
3
4
5
6
7
The new [ParseCookie] function parses a Cookie header value and
returns all the cookies which were set in it. Since the same cookie
name can appear multiple times the returned Values can contain
more than one value for a given key.

The new [ParseSetCookie] function parses a Set-Cookie header value and
returns a cookie. It returns an error on syntax error.