net/http/httptrace.ClientTrace.WroteRequest (field)

9 uses

	net/http/httptrace (current package)
		trace.go#L163: 	WroteRequest func(WroteRequestInfo)

	net/http
		h2_bundle.go#L9255: 	if trace != nil && trace.WroteRequest != nil {
		h2_bundle.go#L9256: 		trace.WroteRequest(httptrace.WroteRequestInfo{Err: err})
		request.go#L549: 	if trace != nil && trace.WroteRequest != nil {
		request.go#L551: 			trace.WroteRequest(httptrace.WroteRequestInfo{

	github.com/prometheus/client_golang/prometheus/promhttp
		instrument_client.go#L209: 			WroteRequest: func(_ httptrace.WroteRequestInfo) {

	go.opencensus.io/plugin/ochttp
		span_annotating_client_trace.go#L58: 		WroteRequest:         sa.wroteRequest,

	golang.org/x/net/http2
		transport.go#L2751: 	if trace != nil && trace.WroteRequest != nil {
		transport.go#L2752: 		trace.WroteRequest(httptrace.WroteRequestInfo{Err: err})