Join Slack
Powered by
The documentation doesn't state how to cancel a cl...
# ktor
m
Marc Knaup
06/02/2019, 9:53 PM
The documentation doesn't state how to cancel a client request. Do I assume correctly that I simply have to cancel the suspended coroutine and a
CancellationException
will be thrown at the point where I made the Ktor
.request(…)
?
Open in Slack
Previous
Next