menu
angel3_framework package
documentation
angel3_framework.dart
RequestContext<RawRequest>
body property
body property
dark_mode
light_mode
body
property
Stream
<
List
<
int
>
>
?
get
body
The
Stream
of incoming binary data sent from the client.
Implementation
Stream<List<int>>? get body;
angel3_framework package
documentation
angel3_framework
RequestContext<RawRequest>
body property
RequestContext class