List of HttpResponse methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (Automatically generated page update)
Line 8: Line 8:
<tr><td valign="top">[[Code (HttpResponse function)|Code]]</td><td valign="top">Check HTTP status code of most recent request</td></tr>
<tr><td valign="top">[[Code (HttpResponse function)|Code]]</td><td valign="top">Check HTTP status code of most recent request</td></tr>
<tr><td valign="top">[[Content (HttpResponse function)|Content]]</td><td valign="top">Get raw HTTP response data</td></tr>
<tr><td valign="top">[[Content (HttpResponse function)|Content]]</td><td valign="top">Get raw HTTP response data</td></tr>
<tr><td valign="top">[[ContentToStringList (HttpResponse function)|ContentToStringList]]</td><td valign="top">HTTP response data split into lines</td></tr>
<tr><td valign="top">[[ContentToStringlist (HttpResponse function)|ContentToStringlist]]</td><td valign="top">HTTP response data split into lines</td></tr>
<tr><td valign="top">[[HeaderCount (HttpResponse function)|HeaderCount]]</td><td valign="top">Number of HTTP response headers</td></tr>
<tr><td valign="top">[[HeaderCount (HttpResponse function)|HeaderCount]]</td><td valign="top">Number of HTTP response headers</td></tr>
<tr><td valign="top">[[HeaderNames (HttpResponse function)|HeaderNames]]</td><td valign="top">List of HTTP response header names</td></tr>
<tr><td valign="top">[[HeaderNames (HttpResponse function)|HeaderNames]]</td><td valign="top">List of HTTP response header names</td></tr>

Revision as of 21:18, 17 June 2011

The following are the available HttpResponse class methods.

MethodDescription
CodeCheck HTTP status code of most recent request
ContentGet raw HTTP response data
ContentToStringlistHTTP response data split into lines
HeaderCountNumber of HTTP response headers
HeaderNamesList of HTTP response header names
HeaderValueList of HTTP response header values
MessageReturn code message of most recent request
NewCreate a new HttpResponse object
ParseXmlDeserialize response data to XmlDoc
PrintPrint useful debug information about this object
StatusLineStatus line of most recent request
SuccessCheck status code value of most recent request
URLURL from which the response was obtained

See also