From: Jeremy Faller Date: Wed, 1 Dec 2021 21:27:55 +0000 (-0500) Subject: doc/go1.18: add docs on Cookie.Valid X-Git-Tag: go1.18beta1~118 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c8c89d20ce206969ea48819af3ef0309299f9f6c;p=gostls13.git doc/go1.18: add docs on Cookie.Valid Updates #47694 Change-Id: Ibf3e25fbccf82e4abd7bd76b2ea6ceb4b05d4664 Reviewed-on: https://go-review.googlesource.com/c/go/+/368357 Trust: Jeremy Faller Run-TryBot: Jeremy Faller TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.18.html b/doc/go1.18.html index fb4d03151e..a142115c22 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -390,8 +390,11 @@ proposal. Transport will now be correctly used, if specified, for making HTTP requests.

+

- TODO: https://golang.org/cl/338590: add Cookie.Valid method + The new + Cookie.Valid + method reports whether the cookie is valid.