crypto/tls.ConnectionState.ServerName (field)
6 uses
crypto/tls (current package)
common.go#L242: ServerName string
conn.go#L1421: state.ServerName = c.serverName
github.com/lib/pq
ssl.go#L163: DNSName: client.ConnectionState().ServerName,
golang.org/x/net/http2
server.go#L441: if sc.tlsState.ServerName == "" {
net/http
h2_bundle.go#L4007: if sc.tlsState.ServerName == "" {
net/http/httptest
httptest.go#L85: ServerName: req.Host,
![]() |
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. |