dart / 2 / dart-io / httpresponse / bufferoutput.html

bufferOutput property

bool bufferOutput
read / write

Gets or sets if the HttpResponse should buffer output.

Default value is true.

Note: Disabling buffering of the output can result in very poor performance, when writing many small chunks.

Implementation

bool bufferOutput = true;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-io/HttpResponse/bufferOutput.html