HttpMessage::setResponseStatus
Set response status
&reftitle.description;
public
boolHttpMessage::setResponseStatus
stringstatus
Set the Response Status of the HTTP message (i.e. the string following the response code).
&reftitle.parameters;
status
the response status text
&reftitle.returnvalues;
Returns &true; on success or &false; if the message is not of type
HttpMessage::TYPE_RESPONSE.