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#L1749: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1750: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1755: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1756: trace.TLSHandshakeDone(cs, nil)
transport.go#L1803: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1804: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1809: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1810: trace.TLSHandshakeDone(cs, nil)
![]() |
The pages are generated with Golds v0.8.4. (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. |