List of HttpRequest methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
(Automatically generated page update)
 
Line 39: Line 39:
<td valign="top"><ul style="margin-top:0px;">
<td valign="top"><ul style="margin-top:0px;">
<li>[[HttpRequest class]]
<li>[[HttpRequest class]]
<li>[[HttpResponse class]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[List of HttpResponse methods]]
<li>[[List of HTTP Helper methods]]
</ul></td>
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<td valign="top"><ul style="margin-top:0px;">
<li>[[HttpRequest methods syntax]]
<li>[[HttpRequest methods syntax]]
<li>[[HttpResponse methods syntax]]
</ul></td>
</ul></td>
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]
[[Category:Lists of methods]]

Latest revision as of 20:43, 16 June 2014

The following are the available HttpRequest class methods.

MethodDescription
AddFieldAdd a form field to the request
AddHeaderAdd a request header
AddLongstringAdd a longstring to POST data for this request
AddXmlAdd an XmlDoc to POST data for this request
AutoSendXmlContentTypeAutomatic content-type header generation?
FieldCountNumber of fields in the current request
GetSend an HTTP GET request to the server
HeaderCountNumber of headers in this request
HostTarget web server
HttpVersionSet HTTP protocol version for requests
LineEndLine-end sequence for POSTed Stringlist data
MaxRedirectsAutomatically handle redirects
MultiPartFormEncodingUse Stringlists for data transfer?
NewCreate a new HttpRequest object
PageRelative page path
PortTarget server port number
PostSend an HTTP POST request to the server
PrintPrint useful debug information
ProtocolHTTP request protocol
ProxyPermit use of proxy server?
RemoveAuthenticationClear existing username/password credentials
RemoveProxyDisable proxy server use
SendSend an HTTP request to the server
SetAuthenticationIssue username/password credentials
TimeoutSet timeout (in seconds) for HTTP method call
TranslateTableEBCDIC to ASCII translate table name
URLTarget HTTP request URL

See also