HTTP object
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.

NameDescription
GETRetrieves the URL to a string or to a safe array of bytes.
GETImageRetrieves the URL to picture object.
InFieldSpecifies the value of the field before getting the URL.
OutFieldRetrieves the value of the field in the header of the message after getting the URL.
TimeoutSpecifies the amount of time (in seconds) the control will wait for the server response.