List of HTTP Helper methods
The following are the available HTTP Helper methods.
Method | Class | Description |
---|---|---|
AddField | HttpRequest | Add a form field to the request |
AddHeader | HttpRequest | Add a request header |
AddLongstring | HttpRequest | Add a longstring to POST data for this request |
AddXml | HttpRequest | Add an XmlDoc to POST data for this request |
AutoSendXmlContentType | HttpRequest | Automatic content-type header generation? |
Code | HttpResponse | Check HTTP status code of most recent request |
Content | HttpResponse | Get raw HTTP response data |
ContentToStringlist | HttpResponse | HTTP response data split into lines |
FieldCount | HttpRequest | Number of fields in the current request |
Get | HttpRequest | Send an HTTP GET request to the server |
HeaderCount | HttpRequest | Number of headers in this request |
HeaderCount | HttpResponse | Number of HTTP response headers |
HeaderNames | HttpResponse | List of HTTP response header names |
HeaderValue | HttpResponse | HTTP response header value |
Host | HttpRequest | Target web server |
HttpVersion | HttpRequest | Set HTTP protocol version for requests |
LineEnd | HttpRequest | Line-end sequence for POSTed Stringlist data |
MaxRedirects | HttpRequest | Automatically handle redirects |
Message | HttpResponse | Return code message of most recent request |
MultiPartFormEncoding | HttpRequest | Use Stringlists for data transfer? |
New | HttpRequest | Create a new HttpRequest object |
Page | HttpRequest | Relative page path |
ParseXml | HttpResponse | Deserialize response data to XmlDoc |
Port | HttpRequest | Target server port number |
Post | HttpRequest | Send an HTTP POST request to the server |
HttpRequest | Print useful debug information | |
HttpResponse | Print useful debug information about this object | |
Protocol | HttpRequest | HTTP request protocol |
Proxy | HttpRequest | Permit use of proxy server? |
RemoveAuthentication | HttpRequest | Clear existing username/password credentials |
RemoveProxy | HttpRequest | Disable proxy server use |
Send | HttpRequest | Send an HTTP request to the server |
SetAuthentication | HttpRequest | Issue username/password credentials |
StatusLine | HttpResponse | Status line of most recent request |
Success | HttpResponse | Check status code value of most recent request |
Timeout | HttpRequest | Set timeout (in seconds) for HTTP method call |
TranslateTable | HttpRequest | EBCDIC to ASCII translate table name |
URL | HttpRequest | Target HTTP request URL |
URL | HttpResponse | URL from which the response was obtained |