body property
The optional response body.
This field holds the raw payload bytes. In Http3Connection the body
is typically delivered via DATA frames and reassembled with getBody.
Implementation
final Uint8List? body;
The optional response body.
This field holds the raw payload bytes. In Http3Connection the body
is typically delivered via DATA frames and reassembled with getBody.
final Uint8List? body;