net/http.Transport.TLSNextProto (field)
8 uses
	net/http (current package)
		h2_bundle.go#L7350: 	if m := t1.TLSNextProto; len(m) == 0 {
		h2_bundle.go#L7351: 		t1.TLSNextProto = map[string]func(string, *tls.Conn) RoundTripper{
		transport.go#L244: 	TLSNextProto map[string]func(authority string, c *tls.Conn) RoundTripper
		transport.go#L343: 		for k, v := range t.TLSNextProto {
		transport.go#L346: 		t2.TLSNextProto = npm
		transport.go#L370: 	t.tlsNextProtoWasNil = (t.TLSNextProto == nil)
		transport.go#L391: 	if t.TLSNextProto != nil {
		transport.go#L1763: 		if next, ok := t.TLSNextProto[s.NegotiatedProtocol]; ok {
![]()  | 
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |