bool bufferOutput

Get or set if the HttpClientRequest should buffer output.

Default value is true.

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

void bufferOutput=(bool _bufferOutput)

Get or set if the HttpClientRequest should buffer output.

Default value is true.

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