aboutsummaryrefslogtreecommitdiff
path: root/doc/next/6-stdlib/99-minor/net/http/66008.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/next/6-stdlib/99-minor/net/http/66008.md')
-rw-r--r--doc/next/6-stdlib/99-minor/net/http/66008.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/next/6-stdlib/99-minor/net/http/66008.md b/doc/next/6-stdlib/99-minor/net/http/66008.md
new file mode 100644
index 0000000000..e8603707ef
--- /dev/null
+++ b/doc/next/6-stdlib/99-minor/net/http/66008.md
@@ -0,0 +1,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.