useBuffer method
Configure the response to write to an intermediate response buffer, rather than to the stream directly.
Implementation
@override
void useBuffer() {
_buffer = LockableBytesBuilder();
}
Configure the response to write to an intermediate response buffer, rather than to the stream directly.
@override
void useBuffer() {
_buffer = LockableBytesBuilder();
}