List of HttpRequest methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
Automatically generated page update |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 8: | Line 8: | ||
<tr><td valign="top">[[AddField (HttpRequest subroutine)|AddField]]</td><td valign="top">Add a form field to the request</td></tr> | <tr><td valign="top">[[AddField (HttpRequest subroutine)|AddField]]</td><td valign="top">Add a form field to the request</td></tr> | ||
<tr><td valign="top">[[AddHeader (HttpRequest subroutine)|AddHeader]]</td><td valign="top">Add a request header</td></tr> | <tr><td valign="top">[[AddHeader (HttpRequest subroutine)|AddHeader]]</td><td valign="top">Add a request header</td></tr> | ||
<tr><td valign="top">[[ | <tr><td valign="top">[[AddLongstring (HttpRequest subroutine)|AddLongstring]]</td><td valign="top">Add a longstring to POST data for this request</td></tr> | ||
<tr><td valign="top">[[AddXml (HttpRequest subroutine)|AddXml]]</td><td valign="top">Add an XmlDoc to POST data for this request</td></tr> | <tr><td valign="top">[[AddXml (HttpRequest subroutine)|AddXml]]</td><td valign="top">Add an XmlDoc to POST data for this request</td></tr> | ||
<tr><td valign="top">[[AutoSendXmlContentType (HttpRequest property)|AutoSendXmlContentType]]</td><td valign="top">Automatic content-type header generation?</td></tr> | <tr><td valign="top">[[AutoSendXmlContentType (HttpRequest property)|AutoSendXmlContentType]]</td><td valign="top">Automatic content-type header generation?</td></tr> | ||
| Line 31: | Line 31: | ||
<tr><td valign="top">[[SetAuthentication (HttpRequest subroutine)|SetAuthentication]]</td><td valign="top">Issue username/password credentials</td></tr> | <tr><td valign="top">[[SetAuthentication (HttpRequest subroutine)|SetAuthentication]]</td><td valign="top">Issue username/password credentials</td></tr> | ||
<tr><td valign="top">[[Timeout (HttpRequest property)|Timeout]]</td><td valign="top">Set timeout (in seconds) for HTTP method call</td></tr> | <tr><td valign="top">[[Timeout (HttpRequest property)|Timeout]]</td><td valign="top">Set timeout (in seconds) for HTTP method call</td></tr> | ||
<tr><td valign="top">[[TranslateTable (HttpRequest property)|TranslateTable]]</td><td valign="top">EBCDIC to ASCII translate table name</td></tr> | |||
<tr><td valign="top">[[URL (HttpRequest property)|URL]]</td><td valign="top">Target HTTP request URL</td></tr> | <tr><td valign="top">[[URL (HttpRequest property)|URL]]</td><td valign="top">Target HTTP request URL</td></tr> | ||
</table> | </table> | ||
| Line 38: | 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]] | |||
Latest revision as of 20:43, 16 June 2014
The following are the available HttpRequest class methods.
| Method | Description |
|---|---|
| AddField | Add a form field to the request |
| AddHeader | Add a request header |
| AddLongstring | Add a longstring to POST data for this request |
| AddXml | Add an XmlDoc to POST data for this request |
| AutoSendXmlContentType | Automatic content-type header generation? |
| FieldCount | Number of fields in the current request |
| Get | Send an HTTP GET request to the server |
| HeaderCount | Number of headers in this request |
| Host | Target web server |
| HttpVersion | Set HTTP protocol version for requests |
| LineEnd | Line-end sequence for POSTed Stringlist data |
| MaxRedirects | Automatically handle redirects |
| MultiPartFormEncoding | Use Stringlists for data transfer? |
| New | Create a new HttpRequest object |
| Page | Relative page path |
| Port | Target server port number |
| Post | Send an HTTP POST request to the server |
| Print useful debug information | |
| Protocol | HTTP request protocol |
| Proxy | Permit use of proxy server? |
| RemoveAuthentication | Clear existing username/password credentials |
| RemoveProxy | Disable proxy server use |
| Send | Send an HTTP request to the server |
| SetAuthentication | Issue username/password credentials |
| Timeout | Set timeout (in seconds) for HTTP method call |
| TranslateTable | EBCDIC to ASCII translate table name |
| URL | Target HTTP request URL |