crypto/tls.Conn.ConnectionState (method, view implemented interface methods)
7 uses
crypto/tls (current package)
conn.go#L1608: func (c *Conn) ConnectionState() ConnectionState {
quic.go#L361: return q.conn.ConnectionState()
net/http
h2_bundle.go#L8055: state := tlsCn.ConnectionState()
server.go#L1952: *c.tlsState = tlsConn.ConnectionState()
server.go#L3976: *req.TLS = h.c.ConnectionState()
transport.go#L1754: cs := tlsConn.ConnectionState()
transport.go#L1808: cs := tc.ConnectionState()
![]() |
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. |