net/http.Protocols.UnencryptedHTTP2 (method)
7 uses
net/http (current package)
http.go#L53: func (p Protocols) UnencryptedHTTP2() bool { return p.bits&protoUnencryptedHTTP2 != 0 }
http.go#L74: if p.UnencryptedHTTP2() {
server.go#L1985: if c.tlsState == nil && protos.UnencryptedHTTP2() {
server.go#L3377: if s.protocols().UnencryptedHTTP2() {
server.go#L3759: if !p.HTTP2() && !p.UnencryptedHTTP2() {
transport.go#L428: if !protocols.HTTP2() && !protocols.UnencryptedHTTP2() {
transport.go#L1950: t.Protocols.UnencryptedHTTP2() &&
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |