net/http.Cookie.Expires (field)
6 uses
net/http (current package)
cookie.go#L26: Expires time.Time // optional
cookie.go#L141: c.Expires = time.Time{}
cookie.go#L145: c.Expires = exptime.UTC()
cookie.go#L205: if validCookieExpires(c.Expires) {
cookie.go#L207: b.Write(c.Expires.UTC().AppendFormat(buf[:0], TimeFormat))
golang.org/x/pkgsite/internal/cookie
flash.go#L38: Expires: time.Unix(0, 0),
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |