textBody method

Future<String> textBody()

The body as UTF-8 text.

Implementation

Future<String> textBody() => extractors.textBody().require(this);