MCPcopy Create free account
hub / github.com/imroc/req / traceWait100Continue

Function traceWait100Continue

internal/http2/trace.go:68–72  ·  view source on GitHub ↗
(trace *httptrace.ClientTrace)

Source from the content-addressed store, hash-verified

66}
67
68func traceWait100Continue(trace *httptrace.ClientTrace) {
69 if trace != nil && trace.Wait100Continue != nil {
70 trace.Wait100Continue()
71 }
72}
73
74func traceWroteRequest(trace *httptrace.ClientTrace, err error) {
75 if trace != nil && trace.WroteRequest != nil {

Callers 1

writeRequestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…