From 364687bda969d8bb70b1f50b5cce617bbdb094b0 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Wed, 20 Mar 2024 12:42:11 -0400 Subject: doc/go1.23: document "net/http".Request.CookiesNamed method CL 511516 added the method but didn't include a release note for it because it was authored and tested before the new release note flow. For #61472. Change-Id: I38f73e97093a2badaea658ed430e174b73e35b3a Reviewed-on: https://go-review.googlesource.com/c/go/+/571278 Reviewed-by: Dmitri Shuralyov Reviewed-by: Emmanuel Odeke LUCI-TryBot-Result: Go LUCI Commit-Queue: Michael Knyszek Reviewed-by: Michael Knyszek Auto-Submit: Dmitri Shuralyov --- doc/next/6-stdlib/99-minor/net/http/61472.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/next/6-stdlib/99-minor/net/http/61472.md (limited to 'doc') diff --git a/doc/next/6-stdlib/99-minor/net/http/61472.md b/doc/next/6-stdlib/99-minor/net/http/61472.md new file mode 100644 index 0000000000..b3c2fd5409 --- /dev/null +++ b/doc/next/6-stdlib/99-minor/net/http/61472.md @@ -0,0 +1 @@ +The new [Request.CookiesNamed] method retrieves all cookies that match the given name. -- cgit v1.2.3-54-g00ecf