golang.org/x/net/http2.clientStream.trace (field)
11 uses
golang.org/x/net/http2 (current package)
transport.go#L280: trace *httptrace.ClientTrace // or nil
transport.go#L336: return traceGot1xxResponseFunc(cs.trace)
transport.go#L1088: cs.trace = httptrace.ContextClientTrace(req.Context())
transport.go#L1106: traceWroteHeaders(cs.trace)
transport.go#L1117: traceWroteRequest(cs.trace, werr)
transport.go#L1125: traceWroteRequest(cs.trace, nil)
transport.go#L1315: traceWroteRequest(cs.trace, err)
transport.go#L1916: if cs.trace != nil {
transport.go#L1921: traceFirstResponseByte(cs.trace)
transport.go#L2020: traceGot100Continue(cs.trace)
transport.go#L2662: traceWait100Continue(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. |