net/http.Request.ProtoMinor (field)
9 uses
net/http (current package)
h2_bundle.go#L6145: ProtoMinor: 0,
request.go#L138: ProtoMinor int // 0
request.go#L428: r.ProtoMajor == major && r.ProtoMinor >= minor
request.go#L927: ProtoMinor: 1,
request.go#L1114: if req.ProtoMajor, req.ProtoMinor, ok = ParseHTTPVersion(req.Proto); !ok {
request.go#L1165: req.Close = shouldClose(req.ProtoMajor, req.ProtoMinor, req.Header, false)
request.go#L1523: if r.ProtoMajor != 1 || r.ProtoMinor != 0 {
server.go#L1127: if req.ProtoMajor == 2 && req.ProtoMinor == 0 &&
transfer.go#L510: t.ProtoMinor = rr.ProtoMinor
![]() |
The pages are generated with Golds v0.7.6. (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. |