What is the best way to read the full response bod...
# ktor
s
What is the best way to read the full response body of a Ktor
HttpResponse
as a String? We are finding crashes when we do things like
response.content.readUTF8Line()
z
There's
response.readText()
s
what does this do if the body content is null?
z
¯\_(ツ)_/¯
s
trying to test it. Thanks for pointing me to that
e
What do you mean by
null
?