Another question: how to specify per-request timeo...
# ktor
r
Another question: how to specify per-request timeouts with Ktor client? Is surrounding the call with a
withTimeout
sufficient to propagate the timeout to the server?