Skip to content

Commit 364687b

Browse files
dmitshurgopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Commit-Queue: Michael Knyszek <[email protected]> Reviewed-by: Michael Knyszek <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent 6bf8b76 commit 364687b

File tree

1 file changed

+1
-0
lines changed
  • doc/next/6-stdlib/99-minor/net/http

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The new [Request.CookiesNamed] method retrieves all cookies that match the given name.

0 commit comments

Comments
 (0)