streamRequests property

bool streamRequests
final

Whether to use ReadableStream as body for requests streaming.

NOTICE: This feature is supported only in Chromium 105+ based browsers and requires server to be HTTP/2 or HTTP/3.

See compatibility chart and Chrome Developers blog for more info.

Implementation

final bool streamRequests;