menu
jaguar package
documentation
http/context/context.dart
Context
body property
body property
dark_mode
light_mode
body
property
Future
<
List
<
int
>
>
get
body
Returns body of HTTP request as bytes.
Implementation
Future<List<int>> get body async => _body ??= await req.body;
jaguar package
documentation
http/context/context
Context
body property
Context class