net/http.Request.ProtoMinor (field)
12 uses
net/http (current package)
h2_bundle.go#L5679: ProtoMinor: 0,
request.go#L132: ProtoMinor int // 0
request.go#L400: r.ProtoMajor == major && r.ProtoMinor >= minor
request.go#L882: ProtoMinor: 1,
request.go#L1046: if req.ProtoMajor, req.ProtoMinor, ok = ParseHTTPVersion(req.Proto); !ok {
request.go#L1097: req.Close = shouldClose(req.ProtoMajor, req.ProtoMinor, req.Header, false)
request.go#L1388: if r.ProtoMajor != 1 || r.ProtoMinor != 0 {
server.go#L1068: if req.ProtoMajor == 2 && req.ProtoMinor == 0 &&
transfer.go#L502: t.ProtoMinor = rr.ProtoMinor
net/http/httptest
httptest.go#L51: req.ProtoMinor = 1
net/http/httputil
dump.go#L244: reqURI, req.ProtoMajor, req.ProtoMinor)
golang.org/x/net/http2
server.go#L2124: ProtoMinor: 0,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |