net/http.Transport.ExpectContinueTimeout (field)
9 uses
net/http (current package)
h2_bundle.go#L7136: return t.t1.ExpectContinueTimeout
transport.go#L52: ExpectContinueTimeout: 1 * time.Second,
transport.go#L226: ExpectContinueTimeout time.Duration
transport.go#L323: ExpectContinueTimeout: t.ExpectContinueTimeout,
transport.go#L2327: timer := time.NewTimer(pc.t.ExpectContinueTimeout)
github.com/aws/aws-sdk-go/aws/session
cabundle_transport.go#L24: ExpectContinueTimeout: 1 * time.Second,
golang.org/x/net/http2
transport.go#L633: return t.t1.ExpectContinueTimeout
google.golang.org/api/transport/http
dial.go#L208: ExpectContinueTimeout: 1 * time.Second,
![]() |
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. |