golang.org/x/net/http2.Transport.t1 (field)
12 uses
golang.org/x/net/http2 (current package)
transport.go#L127: t1 *http.Transport
transport.go#L144: return t.DisableCompression || (t.t1 != nil && t.t1.DisableCompression)
transport.go#L175: t1: t1,
transport.go#L626: return t.t1 != nil && t.t1.DisableKeepAlives
transport.go#L630: if t.t1 == nil {
transport.go#L633: return t.t1.ExpectContinueTimeout
transport.go#L988: if cc.t.t1 != nil {
transport.go#L989: return cc.t.t1.ResponseHeaderTimeout
transport.go#L2701: if t.t1 != nil {
transport.go#L2702: return t.t1.IdleConnTimeout
![]() |
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. |