net/http.Response.Uncompressed (field)
6 uses
net/http (current package)
h2_bundle.go#L8564: res.Uncompressed = true
response.go#L96: Uncompressed bool
response.go#L293: if r1.ContentLength == -1 && !r1.Close && r1.ProtoAtLeast(1, 1) && !chunked(r1.TransferEncoding) && !r1.Uncompressed {
transport.go#L2191: resp.Uncompressed = true
cloud.google.com/go/storage
reader.go#L242: if length != 0 && !res.Uncompressed && !uncompressedByServer(res) {
golang.org/x/net/http2
transport.go#L2061: res.Uncompressed = true
![]() |
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. |