web_response->sendChunk
Sends a response chunk.
Target
Signature
1web_response->sendChunk()Sends a response chunk.
web_response->sendChunk is called with member syntax on a receiver value. web_response->sendChunk belongs at the request or response boundary. Treat visitor input as untrusted, validate before use, and encode values before writing them into HTML.
Examples
Basic call
1web_response->sendChunkThe example belongs near a request or response boundary; validate visitor input before trusting it.