func net/http.isCookieNameValid
4 uses
net/http (current package)
cookie.go#L74: if !isCookieNameValid(name) {
cookie.go#L172: if c == nil || !isCookieNameValid(c.Name) {
cookie.go#L263: if !isCookieNameValid(name) {
cookie.go#L428: func isCookieNameValid(raw string) bool {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)