net/http.requestAndChan.req (field)
10 uses
net/http (current package)
transport.go#L2094: trace := httptrace.ContextClientTrace(rc.req.Context())
transport.go#L2123: hasBody := rc.req.Method != "HEAD" && resp.ContentLength != 0
transport.go#L2125: if resp.Close || rc.req.Close || resp.StatusCode <= 199 || bodyWritable {
transport.go#L2214: case <-rc.req.Cancel:
transport.go#L2216: pc.t.CancelRequest(rc.req)
transport.go#L2217: case <-rc.req.Context().Done():
transport.go#L2219: pc.t.cancelRequest(rc.cancelKey, rc.req.Context().Err())
transport.go#L2276: resp, err = ReadResponse(pc.br, rc.req)
transport.go#L2462: req *Request
transport.go#L2595: req: req.Request,
![]() |
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. |