net/http.Protocols.HTTP1 (method)
7 uses
net/http (current package)
http.go#L41: func (p Protocols) HTTP1() bool { return p.bits&protoHTTP1 != 0 }
http.go#L68: if p.HTTP1() {
server.go#L1990: if !protos.HTTP1() {
server.go#L3544: if !protos.HTTP1() {
server.go#L3559: if protos.HTTP1() && !have.HTTP1() {
transport.go#L1951: !t.Protocols.HTTP1()
![]() |
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. |