func net/http/internal/httpcommon.IsRequestGzip

2 uses

	net/http/internal/httpcommon (current package)
		httpcommon.go#L419: func IsRequestGzip(method string, header map[string][]string, disableCompression bool) bool {

	net/http
		h2_bundle.go#L8614: 	cs.requestedGzip = httpcommon.IsRequestGzip(req.Method, req.Header, cc.t.disableCompression())