func net/http.validCookieValueByte

3 uses

	net/http (current package)
		cookie.go#L369: 	v = sanitizeOrWarn("Cookie.Value", validCookieValueByte, v)
		cookie.go#L379: func validCookieValueByte(b byte) bool {
		cookie.go#L421: 		if !validCookieValueByte(raw[i]) {