bufferOutput 属性

bool bufferOutput
getter/setter 对

获取或设置是否应该缓冲 HttpResponse 的输出。

默认值是 true

注意:禁用输出缓冲可能导致在写入许多小块时性能非常差。

实现

bool bufferOutput = true;