net/http.Request.Cancel (field)
9 uses
net/http (current package)
client.go#L358: if req.Cancel == nil && knownTransport {
client.go#L369: initialReqCancel := req.Cancel // the user's original Request.Cancel, if any
client.go#L377: req.Cancel = cancel
client.go#L669: Cancel: ireq.Cancel,
h2_bundle.go#L8425: reqCancel: req.Cancel,
request.go#L317: Cancel <-chan struct{}
transport.go#L597: if origReq.Cancel != nil {
transport.go#L693: case <-req.Cancel:
![]() |
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. |