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#L2022: if !protos.HTTP1() {
server.go#L3534: if !protos.HTTP1() {
server.go#L3549: if protos.HTTP1() && !have.HTTP1() {
transport.go#L1916: !t.Protocols.HTTP1()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)