net/http.Protocols.SetHTTP2 (method)
5 uses
net/http (current package)
http.go#L50: func (p *Protocols) SetHTTP2(ok bool) { p.setBit(protoHTTP2, ok) }
server.go#L3526: p.SetHTTP2(true)
server.go#L3552: have.SetHTTP2(true)
transport.go#L475: p.SetHTTP2(true)
transport.go#L486: p.SetHTTP2(true)
![]() |
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. |