func golang.org/x/net/internal/httpcommon.IsRequestGzip

2 uses

	golang.org/x/net/internal/httpcommon (current package)
		request.go#L268: func IsRequestGzip(method string, header map[string][]string, disableCompression bool) bool {

	golang.org/x/net/http2
		transport.go#L1334: 	cs.requestedGzip = httpcommon.IsRequestGzip(req.Method, req.Header, cc.t.disableCompression())