An expression evaluating to an object
of type WebResponse.
Data
Required. A String value. Data that will be sent
to the client.
Remarks
SendChunk method send chunk of data (data fragment) to the
client. You can use it only if
TransferEncoding property is set to ChunkedTransfer.
wodWebServer will convert Data argument appropriately so it before
it is delivered to the client (to be more precise, it will add chunk
headers).