net/http.Transport.DisableCompression (field)
5 uses
net/http (current package)
h2_bundle.go#L6646: return t.DisableCompression || (t.t1 != nil && t.t1.DisableCompression)
transport.go#L189: DisableCompression bool
transport.go#L317: DisableCompression: t.DisableCompression,
transport.go#L2544: if !pc.t.DisableCompression &&
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)