Method HttpResponse():Send() Foundation

Sends the response to the client.

Syntax
:Send([cData]) --> self
Return

SELF

Description

Using :Send(), the response is sent to the client. If no parameter is given, the response is created by first collecting the headers, then the content, and sending both to the client together. If a character string is specified in <cData>, only the specified string is sent to the client. If no value is passed in <cData>, using :Send() is equivalent to the following call: ::Send( ::Response )

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.