Cancel a Request
Cancelling an HTTP request is a common requirement. For example, you could have a queue of requests where a new request supersedes a pending request and that pending request needs to be cancelled.
To cancel a request we call the unsubscribe
function of its subscription.
Last updated