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

7 uses

	net/http/httptrace (current package)
		trace.go#L109: 	Got100Continue func()

	net/http
		h2_bundle.go#L9723: 	if trace != nil && trace.Got100Continue != nil {
		h2_bundle.go#L9724: 		trace.Got100Continue()
		transport.go#L2293: 				if trace != nil && trace.Got100Continue != nil {
		transport.go#L2294: 					trace.Got100Continue()

	golang.org/x/net/http2
		transport.go#L3131: 	if trace != nil && trace.Got100Continue != nil {
		transport.go#L3132: 		trace.Got100Continue()