net/http/httptrace.ClientTrace.TLSHandshakeDone (field)
11 uses
net/http/httptrace (current package)
trace.go#L143: TLSHandshakeDone func(tls.ConnectionState, error)
net/http
transport.go#L1538: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1539: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1544: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1545: trace.TLSHandshakeDone(cs, nil)
transport.go#L1588: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1589: trace.TLSHandshakeDone(tls.ConnectionState{}, err)
transport.go#L1594: if trace != nil && trace.TLSHandshakeDone != nil {
transport.go#L1595: trace.TLSHandshakeDone(cs, nil)
github.com/prometheus/client_golang/prometheus/promhttp
instrument_client.go#L191: TLSHandshakeDone: func(_ tls.ConnectionState, err error) {
go.opencensus.io/plugin/ochttp
span_annotating_client_trace.go#L55: TLSHandshakeDone: sa.tlsHandshakeDone,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |