fun string(charset: Charset = Charsets.UTF_8): String
Reads this body completely as a String.
Takes care of closing the body down correctly whether an exception is thrown or not.