getResponsePlain
Returns the HTTP response as plain text.
General format
void getResponsePlain( res )
Syntax rules
1. res is an alphanumeric data item.
General rules
1. This method should be called after a request performed via one of the following methods: doGet, doPost, doPostEx or doPostMultipart.