aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitri Shuralyov <dmitshur@golang.org>2024-03-20 12:42:11 -0400
committerGopher Robot <gobot@golang.org>2024-03-20 18:08:20 +0000
commit364687bda969d8bb70b1f50b5cce617bbdb094b0 (patch)
treecc62dfacbacce458c83f7537476fc08a92a2696b /doc
parent6bf8b76b95b22e3a7fbcd7cb95bfdb3f42bba60a (diff)
downloadgo-364687bda969d8bb70b1f50b5cce617bbdb094b0.tar.gz
go-364687bda969d8bb70b1f50b5cce617bbdb094b0.zip
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 <dmitshur@google.com> Reviewed-by: Emmanuel Odeke <emmanuel@orijtech.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Commit-Queue: Michael Knyszek <mknyszek@google.com> Reviewed-by: Michael Knyszek <mknyszek@google.com> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/next/6-stdlib/99-minor/net/http/61472.md1
1 files changed, 1 insertions, 0 deletions
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.