mirror of
https://github.com/golang/go
synced 2024-11-20 05:14:41 -07:00
http: update cookie doc to reference new RFC 6265
R=rsc, r2 CC=golang-dev https://golang.org/cl/4442100
This commit is contained in:
parent
3e9a1d50db
commit
df2c5d5429
@ -15,9 +15,9 @@ import (
|
|||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
// This implementation is done according to IETF draft-ietf-httpstate-cookie-23, found at
|
// This implementation is done according to RFC 6265:
|
||||||
//
|
//
|
||||||
// http://tools.ietf.org/html/draft-ietf-httpstate-cookie-23
|
// http://tools.ietf.org/html/rfc6265
|
||||||
|
|
||||||
// A Cookie represents an HTTP cookie as sent in the Set-Cookie header of an
|
// A Cookie represents an HTTP cookie as sent in the Set-Cookie header of an
|
||||||
// HTTP response or the Cookie header of an HTTP request.
|
// HTTP response or the Cookie header of an HTTP request.
|
||||||
|
Loading…
Reference in New Issue
Block a user