getBody method

Future<String> getBody()

Returns the body of this request as a Future

Implementation

Future<String> getBody() {
  return utf8.decodeStream(request);
}