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
clientconn.go#L381: trace := httptrace.ContextClientTrace(ctx)
h2_bundle.go#L8615: trace: httptrace.ContextClientTrace(ctx),
h2_bundle.go#L10662: trace := httptrace.ContextClientTrace(req.Context())
h2_bundle.go#L10670: trace := httptrace.ContextClientTrace(req.Context())
request.go#L583: trace := httptrace.ContextClientTrace(r.Context())
transport.go#L593: trace := httptrace.ContextClientTrace(ctx)
transport.go#L1781: trace := httptrace.ContextClientTrace(ctx)
net/http/internal/httpcommon
httpcommon.go#L394: trace := httptrace.ContextClientTrace(ctx)
![]() |
The pages are generated with Golds v0.8.4. (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. |