When using Ktor Client I expect that it will throw...
# ktor
e
When using Ktor Client I expect that it will throw exception on response codes 4xx, but it tries to deserialise the response instead. Is it possible to configure this behaviour?
e
Ah, so simple, thanks! Missed that.