net/http.http2clientStream.trace (field)
11 uses
net/http (current package)
h2_bundle.go#L6782: trace *httptrace.ClientTrace // or nil
h2_bundle.go#L6838: return http2traceGot1xxResponseFunc(cs.trace)
h2_bundle.go#L7591: cs.trace = httptrace.ContextClientTrace(req.Context())
h2_bundle.go#L7609: http2traceWroteHeaders(cs.trace)
h2_bundle.go#L7620: http2traceWroteRequest(cs.trace, werr)
h2_bundle.go#L7628: http2traceWroteRequest(cs.trace, nil)
h2_bundle.go#L7818: http2traceWroteRequest(cs.trace, err)
h2_bundle.go#L8419: if cs.trace != nil {
h2_bundle.go#L8424: http2traceFirstResponseByte(cs.trace)
h2_bundle.go#L8523: http2traceGot100Continue(cs.trace)
h2_bundle.go#L9166: http2traceWait100Continue(s.cs.trace)
![]() |
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. |