The documentation doesn't state how to cancel a cl...
# ktor
m
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(…)
?