body property

Future<List<int>> body

Returns body of HTTP request as bytes.

Implementation

Future<List<int>> get body async => _body ??= await req.body;