net/http.Request.Cancel (field)
10 uses
net/http (current package)
client.go#L363: if req.Cancel == nil && knownTransport {
client.go#L374: initialReqCancel := req.Cancel // the user's original Request.Cancel, if any
client.go#L382: req.Cancel = cancel
client.go#L671: Cancel: ireq.Cancel,
clientconn.go#L385: if req.Cancel != nil {
h2_bundle.go#L8611: reqCancel: req.Cancel,
request.go#L318: Cancel <-chan struct{}
transport.go#L657: if origReq.Cancel != nil {
transport.go#L753: case <-req.Cancel:
![]() |
The pages are generated with Golds v0.8.4. (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. |