net/http/httptrace.ClientTrace.Got1xxResponse (field)
5 uses
net/http/httptrace (current package)
trace.go#L115: Got1xxResponse func(code int, header textproto.MIMEHeader) error
net/http
h2_bundle.go#L2994: return trace.Got1xxResponse
transport.go#L2312: if trace != nil && trace.Got1xxResponse != nil {
transport.go#L2313: if err := trace.Got1xxResponse(resCode, textproto.MIMEHeader(resp.Header)); err != nil {
golang.org/x/net/http2
go111.go#L27: return trace.Got1xxResponse
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)