From 076166ab4e13506c90448b5d6e0f34c3939ee76f Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Fri, 12 Apr 2024 01:52:37 +0800 Subject: net/http: add ParseCookie, ParseSetCookie Fixes #66008 Change-Id: I64acb7da47a03bdef955f394682004906245a18b Reviewed-on: https://go-review.googlesource.com/c/go/+/578275 Reviewed-by: Damien Neil Auto-Submit: Cherry Mui LUCI-TryBot-Result: Go LUCI Reviewed-by: Cherry Mui --- api/next/66008.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 api/next/66008.txt (limited to 'api') 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 -- cgit v1.2.3-54-g00ecf