textBody function

FromRequest<String> textBody()

Reads the body as UTF-8 text.

Implementation

FromRequest<String> textBody() => const TextBodyExtractable();