func net/http/httptrace.ContextClientTrace
10 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#L8311: trace: httptrace.ContextClientTrace(ctx),
h2_bundle.go#L9097: trace := httptrace.ContextClientTrace(req.Context())
h2_bundle.go#L10218: trace := httptrace.ContextClientTrace(req.Context())
h2_bundle.go#L10226: trace := httptrace.ContextClientTrace(req.Context())
request.go#L561: trace := httptrace.ContextClientTrace(r.Context())
transport.go#L516: trace := httptrace.ContextClientTrace(ctx)
transport.go#L1591: trace := httptrace.ContextClientTrace(ctx)
transport.go#L2129: trace := httptrace.ContextClientTrace(rc.req.Context())
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |