net/http.Request.Cancel (field)
11 uses
net/http (current package)
client.go#L359: if req.Cancel == nil && knownTransport {
client.go#L370: initialReqCancel := req.Cancel // the user's original Request.Cancel, if any
client.go#L378: req.Cancel = cancel
client.go#L667: Cancel: ireq.Cancel,
h2_bundle.go#L8307: reqCancel: req.Cancel,
request.go#L320: Cancel <-chan struct{}
transport.go#L1405: case <-req.Cancel:
transport.go#L1419: case <-req.Cancel:
transport.go#L2249: case <-rc.req.Cancel:
transport.go#L2646: cancelChan := req.Request.Cancel
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. |