net/http.Transport.TLSNextProto (field)
10 uses
net/http (current package)
h2_bundle.go#L6706: if m := t1.TLSNextProto; len(m) == 0 {
h2_bundle.go#L6707: t1.TLSNextProto = map[string]func(string, *tls.Conn) RoundTripper{
transport.go#L238: TLSNextProto map[string]func(authority string, c *tls.Conn) RoundTripper
transport.go#L336: for k, v := range t.TLSNextProto {
transport.go#L339: t2.TLSNextProto = npm
transport.go#L361: t.tlsNextProtoWasNil = (t.TLSNextProto == nil)
transport.go#L381: if t.TLSNextProto != nil {
transport.go#L1730: if next, ok := t.TLSNextProto[s.NegotiatedProtocol]; ok {
golang.org/x/net/http2
transport.go#L204: if m := t1.TLSNextProto; len(m) == 0 {
transport.go#L205: t1.TLSNextProto = map[string]func(string, *tls.Conn) http.RoundTripper{
![]() |
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. |