HttpResponse.this

Constructor

class HttpResponse
this
(
size_t initial_buffer_size = 1024
)

Parameters

initial_buffer_size size_t

the initial amount of memory to allocate to hold the rendered response. Will be extended if necessary.

Meta