func net/http.sanitizeOrWarn
3 uses
net/http (current package)
cookie.go#L369: v = sanitizeOrWarn("Cookie.Value", validCookieValueByte, v)
cookie.go#L386: return sanitizeOrWarn("Cookie.Path", validCookiePathByte, v)
cookie.go#L393: func sanitizeOrWarn(fieldName string, valid func(byte) bool, v string) string {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)