net/http/httptrace.ClientTrace.TLSHandshakeDone (field)
9 uses
net/http/httptrace (current package)
trace.go#L143: TLSHandshakeDone func(tls.ConnectionState, error)
net/http
transport.go#L1563: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1564: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1569: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1570: trace.TLSHandshakeDone(cs, nil)
transport.go#L1613: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1614: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1619: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1620: trace.TLSHandshakeDone(cs, nil)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |