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

7 uses

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

	net/http
		h2_bundle.go#L10926: 	if trace != nil && trace.Got100Continue != nil {
		h2_bundle.go#L10927: 		trace.Got100Continue()
		transport.go#L2469: 			if trace != nil && trace.Got100Continue != nil {
		transport.go#L2470: 				trace.Got100Continue()

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