Method HttpResponse():Write() Foundation
Write an arbitrary value to the response.
:Write(xVal [,xValN,...]) --> self
SELF
Writes the value in the <xValue> parameter to the http response as a character string. No carriage return/linefeed (CRLF) is appended to the string. If a value of a data type other than character is passed in :<xValue>, it is first transformed using the function Var2Char(). In addition, normalization of the character string according to HTML rules is done implicitly.
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.