THttpServerResponse.Chunked Property
Gets or sets whether the response body is sent using chunked transfer encoding.
Remarks
Setting this to True removes the content-length header and adds transfer-encoding: chunked. Has no effect once the headers have been sent.
Syntax
Unit: Sparkle.HttpServer.Response
property THttpServerResponse.Chunked: Boolean