crypto/tls.Conn.ConnectionState (method, view implemented interface methods)
7 uses
crypto/tls (current package)
conn.go#L1612: func (c *Conn) ConnectionState() ConnectionState {
quic.go#L338: return q.conn.ConnectionState()
net/http
h2_bundle.go#L7875: state := tlsCn.ConnectionState()
server.go#L1992: *c.tlsState = tlsConn.ConnectionState()
server.go#L3811: *req.TLS = h.c.ConnectionState()
transport.go#L1669: cs := tlsConn.ConnectionState()
transport.go#L1721: cs := tc.ConnectionState()
![]() |
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. |