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.