bodyAsString method

String bodyAsString()

Get response body as text string

Implementation

String bodyAsString() {
  return data.toString();
}