net/http.Request.TLS (field)
12 uses
net/http (current package)
h2_bundle.go#L5680: TLS: tlsState,
h2_bundle.go#L6316: if w.rws.req.TLS != nil {
request.go#L300: TLS *tls.ConnectionState
server.go#L1027: req.TLS = c.tlsState
server.go#L3449: if req.TLS == nil {
server.go#L3450: req.TLS = &tls.ConnectionState{}
server.go#L3451: *req.TLS = h.c.ConnectionState()
net/http/httptest
httptest.go#L82: req.TLS = &tls.ConnectionState{
golang.org/x/net/http2
server.go#L2125: TLS: tlsState,
server.go#L2761: if w.rws.req.TLS != nil {
google.golang.org/grpc/internal/transport
handler_server.go#L368: if req.TLS != nil {
handler_server.go#L369: pr.AuthInfo = credentials.TLSInfo{State: *req.TLS, CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity}}
![]() |
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. |