net/http/internal/httpcommon.EncodeHeadersParam.AddGzipHeader (field)

3 uses

	net/http/internal/httpcommon (current package)
		httpcommon.go#L195: 	AddGzipHeader bool
		httpcommon.go#L370: 		if param.AddGzipHeader {

	net/http
		h2_bundle.go#L8918: 		AddGzipHeader:         addGzipHeader,