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#L1664: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1665: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1670: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1671: trace.TLSHandshakeDone(cs, nil)
transport.go#L1716: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1717: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1722: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1723: trace.TLSHandshakeDone(cs, nil)
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |