func net/http/internal/ascii.IsPrint
4 uses
net/http/internal/ascii (current package)
print.go#L36: func IsPrint(s string) bool {
print.go#L57: if !IsPrint(s) {
net/http/httputil
reverseproxy.go#L256: if !ascii.IsPrint(reqUpType) {
reverseproxy.go#L558: if !ascii.IsPrint(resUpType) { // We know reqUpType is ASCII, it's checked by the caller.
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)