func net/http/httptrace.ContextClientTrace
14 uses
net/http/httptrace (current package)
trace.go#L24: func ContextClientTrace(ctx context.Context) *ClientTrace {
trace.go#L38: old := ContextClientTrace(ctx)
net/http
h2_bundle.go#L7591: cs.trace = httptrace.ContextClientTrace(req.Context())
h2_bundle.go#L8116: trace := httptrace.ContextClientTrace(req.Context())
h2_bundle.go#L9212: trace := httptrace.ContextClientTrace(req.Context())
h2_bundle.go#L9220: trace := httptrace.ContextClientTrace(req.Context())
request.go#L548: trace := httptrace.ContextClientTrace(r.Context())
transport.go#L505: trace := httptrace.ContextClientTrace(ctx)
transport.go#L1566: trace := httptrace.ContextClientTrace(ctx)
transport.go#L2094: trace := httptrace.ContextClientTrace(rc.req.Context())
golang.org/x/net/http2
transport.go#L1088: cs.trace = httptrace.ContextClientTrace(req.Context())
transport.go#L1613: trace := httptrace.ContextClientTrace(req.Context())
transport.go#L2708: trace := httptrace.ContextClientTrace(req.Context())
transport.go#L2716: trace := httptrace.ContextClientTrace(req.Context())
![]() |
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. |