text method

String text()

Get response body as text string

Implementation

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