For the complete documentation index, see llms.txt. This page is also available as Markdown.

Output methods

setResponse( response )

Sets the Response object that will be sent to the client

sendResponse( response )

Sends the current response. If a response is passed, sets it as the current response and then sends it.

Last updated