net/http.Request.Cookie (method)
4 uses
net/http (current package)
request.go#L420: func (r *Request) Cookie(name string) (*Cookie, error) {
golang.org/x/pkgsite/internal/cookie
flash.go#L24: c, err := r.Cookie(name)
golang.org/x/pkgsite/internal/middleware
betaRedirect.go#L61: cookie, err := req.Cookie(betaPkgGoDevRedirectCookie)
caching.go#L137: if _, err := r.Cookie(cookie.AlternativeModuleFlash); err == nil {
![]() |
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. |