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)