is there a shortcut to `exception.response.content...
# ktor
a
is there a shortcut to
exception.response.content.readUTF8Line()
? For debugging I feel like this overly complicated and confusing
m
.response.readText()
?