HttpResponse.chunked

Makes the response's body use "chunked" transfer-encoding. See here for more info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding Only call this method if you have not flushed the response's headers yet and you haven't written anything to the response body.

struct HttpResponse
chunked
()

Return Value

The response object, for method chaining.