func net/http/httptrace.ContextClientTrace
9 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#L8429: trace: httptrace.ContextClientTrace(ctx),
h2_bundle.go#L9254: trace := httptrace.ContextClientTrace(req.Context())
h2_bundle.go#L10394: trace := httptrace.ContextClientTrace(req.Context())
h2_bundle.go#L10402: trace := httptrace.ContextClientTrace(req.Context())
request.go#L592: trace := httptrace.ContextClientTrace(r.Context())
transport.go#L533: trace := httptrace.ContextClientTrace(ctx)
transport.go#L1694: trace := httptrace.ContextClientTrace(ctx)
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |