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

7 uses

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

	net/http
		h2_bundle.go#L10529: 	if trace != nil && trace.Got100Continue != nil {
		h2_bundle.go#L10530: 		trace.Got100Continue()
		transport.go#L2472: 			if trace != nil && trace.Got100Continue != nil {
		transport.go#L2473: 				trace.Got100Continue()

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