Exontrol's
exHTTP is a HTTP client component that provides easy interface to the HTTP
(Hypertext Transfer Protocol) protocol. Its primary purpose is to retrieve
documents from the WEB. With a minimal amount of code you can get a document
from the WEB to a string or to a safe array.
| | Name | Description | |
| | GET | Retrieves the URL to a string or to a safe array of bytes. | |
| | GETImage | Retrieves the URL to picture object. | |
| | InField | Specifies the value of the field before getting the URL. | |
| | OutField | Retrieves the value of the field in the header of the message after getting the URL. | |
| | Timeout | Specifies the amount of time (in seconds) the control will wait for the server response. | |