]> Cypherpunks repositories - gostls13.git/commit
net/http: add ParseCookie, ParseSetCookie
authorJes Cok <xigua67damn@gmail.com>
Thu, 11 Apr 2024 17:52:37 +0000 (01:52 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 17 Apr 2024 17:43:50 +0000 (17:43 +0000)
commit076166ab4e13506c90448b5d6e0f34c3939ee76f
treec9b5ed7026e9df8069892c6cd6ef918ad46123c7
parentf367fea83a95c0845ed4733ab1d6ada9ba3087c7
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>
api/next/66008.txt [new file with mode: 0644]
doc/next/6-stdlib/99-minor/net/http/66008.md [new file with mode: 0644]
src/net/http/cookie.go
src/net/http/cookie_test.go