aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorJes Cok <xigua67damn@gmail.com>2024-04-12 01:52:37 +0800
committerGopher Robot <gobot@golang.org>2024-04-17 17:43:50 +0000
commit076166ab4e13506c90448b5d6e0f34c3939ee76f (patch)
treec9b5ed7026e9df8069892c6cd6ef918ad46123c7 /api
parentf367fea83a95c0845ed4733ab1d6ada9ba3087c7 (diff)
downloadgo-076166ab4e13506c90448b5d6e0f34c3939ee76f.tar.gz
go-076166ab4e13506c90448b5d6e0f34c3939ee76f.zip
net/http: add ParseCookie, ParseSetCookie
Fixes #66008 Change-Id: I64acb7da47a03bdef955f394682004906245a18b Reviewed-on: https://go-review.googlesource.com/c/go/+/578275 Reviewed-by: Damien Neil <dneil@google.com> Auto-Submit: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/66008.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/next/66008.txt b/api/next/66008.txt
new file mode 100644
index 0000000000..ea72f64068
--- /dev/null
+++ b/api/next/66008.txt
@@ -0,0 +1,2 @@
+pkg net/http, func ParseCookie(string) ([]*Cookie, error) #66008
+pkg net/http, func ParseSetCookie(string) (*Cookie, error) #66008