List of HttpResponse methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
(Automatically generated page update) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 23: | Line 23: | ||
<table class="list"><tr> | <table class="list"><tr> | ||
<td valign="top"><ul style="margin-top:0px;"> | <td valign="top"><ul style="margin-top:0px;"> | ||
<li>[[HttpRequest class]] | |||
<li>[[HttpResponse class]] | <li>[[HttpResponse class]] | ||
</ul></td> | </ul></td> | ||
<td valign="top"><ul style="margin-top:0px;"> | <td valign="top"><ul style="margin-top:0px;"> | ||
<li>[[List of HttpRequest methods]] | |||
<li>[[List of HTTP Helper methods]] | |||
</ul></td> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[HttpRequest methods syntax]] | |||
<li>[[HttpResponse methods syntax]] | <li>[[HttpResponse methods syntax]] | ||
</ul></td> | </ul></td> | ||
</tr> | </tr> | ||
</table> | </table> | ||
[[Category:Lists of methods]] |
Latest revision as of 20:43, 16 June 2014
The following are the available HttpResponse class methods.
Method | Description |
---|---|
Code | Check HTTP status code of most recent request |
Content | Get raw HTTP response data |
ContentToStringlist | HTTP response data split into lines |
HeaderCount | Number of HTTP response headers |
HeaderNames | List of HTTP response header names |
HeaderValue | HTTP response header value |
Message | Return code message of most recent request |
ParseXml | Deserialize response data to XmlDoc |
Print useful debug information about this object | |
StatusLine | Status line of most recent request |
Success | Check status code value of most recent request |
URL | URL from which the response was obtained |