crypto/tls.ConnectionState.ServerName (field)
5 uses
crypto/tls (current package)
common.go#L278: ServerName string
conn.go#L1626: state.ServerName = c.serverName
golang.org/x/net/http2
server.go#L488: if sc.tlsState.ServerName == "" {
net/http
h2_bundle.go#L4498: if sc.tlsState.ServerName == "" {
net/http/httptest
httptest.go#L95: ServerName: req.Host,
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)