golang.org/x/net/http2.clientStream.req (field)
10 uses
golang.org/x/net/http2 (current package)
transport.go#L279: req *http.Request
transport.go#L1087: cs.req = req
transport.go#L1326: req := cs.req
transport.go#L1909: if cs.req.Body != nil {
transport.go#L2030: isHead := cs.req.Method == "HEAD"
transport.go#L2054: go cs.awaitRequestCancel(cs.req)
transport.go#L2235: if cs.req.Method == "HEAD" && len(data) > 0 {
transport.go#L2302: if isConnectionCloseRequest(cs.req) {
transport.go#L2610: resc <- cs.writeRequestBody(body, cs.req.Body)
transport.go#L2615: cs.req.Header["Expect"],
![]() |
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. |