android-components / mozilla.components.concept.fetch / Response / Body / string

string

fun string(charset: Charset = Charsets.UTF_8): String (source)

Reads this body completely as a String.

Takes care of closing the body down correctly whether an exception is thrown or not.