net/http.Transport.DisableCompression (field)
6 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 &&
golang.org/x/net/http2
transport.go#L144: return t.DisableCompression || (t.t1 != nil && t.t1.DisableCompression)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |