net/http.Request.ProtoMinor (field)
9 uses
net/http (current package)
h2_bundle.go#L6090: ProtoMinor: 0,
request.go#L141: ProtoMinor int // 0
request.go#L406: r.ProtoMajor == major && r.ProtoMinor >= minor
request.go#L893: ProtoMinor: 1,
request.go#L1059: if req.ProtoMajor, req.ProtoMinor, ok = ParseHTTPVersion(req.Proto); !ok {
request.go#L1110: req.Close = shouldClose(req.ProtoMajor, req.ProtoMinor, req.Header, false)
request.go#L1420: if r.ProtoMajor != 1 || r.ProtoMinor != 0 {
server.go#L1078: if req.ProtoMajor == 2 && req.ProtoMinor == 0 &&
transfer.go#L506: t.ProtoMinor = rr.ProtoMinor
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |