Returns the body of this request as a Future
Future<String> getBody() { return utf8.decodeStream(request); }