useBuffer property

bool useBuffer
final

If true (default: true), then files will be opened as streams and piped into the request.

If not, the response buffer will be used instead.

Implementation

final bool useBuffer;