net/http.Server.TLSNextProto (field)
9 uses
net/http (current package)
h2_bundle.go#L3845: if s.TLSNextProto == nil {
h2_bundle.go#L3846: s.TLSNextProto = map[string]func(*Server, *tls.Conn, Handler){}
h2_bundle.go#L3870: s.TLSNextProto[http2NextProtoTLS] = protoHandler
server.go#L1855: if fn := c.server.TLSNextProto[proto]; fn != nil {
server.go#L2614: TLSNextProto map[string]func(*Server, *tls.Conn, Handler)
server.go#L3247: if srv.TLSNextProto == nil {
golang.org/x/net/http2
server.go#L279: if s.TLSNextProto == nil {
server.go#L280: s.TLSNextProto = map[string]func(*http.Server, *tls.Conn, http.Handler){}
server.go#L304: s.TLSNextProto[NextProtoTLS] = protoHandler
![]() |
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. |