net/http/httptrace.ClientTrace.WroteRequest (field)
7 uses
net/http/httptrace (current package)
trace.go#L163: WroteRequest func(WroteRequestInfo)
net/http
h2_bundle.go#L9735: if trace != nil && trace.WroteRequest != nil {
h2_bundle.go#L9736: trace.WroteRequest(httptrace.WroteRequestInfo{Err: err})
request.go#L550: if trace != nil && trace.WroteRequest != nil {
request.go#L552: trace.WroteRequest(httptrace.WroteRequestInfo{
golang.org/x/net/http2
transport.go#L3143: if trace != nil && trace.WroteRequest != nil {
transport.go#L3144: trace.WroteRequest(httptrace.WroteRequestInfo{Err: err})
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)