Method HttpResponse():WriteRaw() Foundation

Write an arbitrary value to the response.

Syntax
:Write(xVal) --> self
Return

SELF

Description

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, no normalizatio of character according to HTML rules is done implicit.

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.