Method HttpResponse():WriteStr() Foundation
Write one or more values to the response with CRLF appended.
:WriteStr( xVal [,xValN,...] ) --> self
SELF
Composes the values of all input parameters to form a single line of text, which is then written to the http response with with a carriage return/linefeed (CRLF) appended. All values of a data type other than character are 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.