func crypto/tls.Client
6 uses
crypto/tls (current package)
tls.go#L48: func Client(conn net.Conn, config *Config) *Conn {
tls.go#L166: conn := Client(rawConn, config)
github.com/jackc/pgconn
pgconn.go#L343: pgConn.conn = tls.Client(pgConn.conn, tlsConfig)
github.com/lib/pq
ssl.go#L70: client := tls.Client(conn, &tlsConf)
google.golang.org/grpc/credentials
tls.go#L84: conn := tls.Client(rawConn, cfg)
net/http
transport.go#L1518: tlsConn := tls.Client(plainConn, cfg)
![]() |
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. |