Exontrol's exHTTP is an HTTP client component that provides a simple interface for working with the HTTP (Hypertext Transfer Protocol).
Its main purpose is to retrieve documents from the web with minimal coding effort. The component allows you to easily load web
content into a string or a safe array, without requiring additional libraries. It is fully based on the HTTP protocol (RFC 2616).
For example: Image1.Picture = http.GETImage("http://www.exontrol.com/images/exontrol.png"), assigns the picture from the given URL to the
Picture property of the Image object, where http is a global object of type EXHTTPLib.HTTP.
The eXHTTP component works independently of Internet Explorer, Chrome, or any third-party libraries.
Features of eXHTTP include:
Retrieve documents as a string or safe array
Download images and assign directly to objects, e.g., Image1.Picture = http.GETImage("URL")
Fully based on HTTP protocol (RFC 2616)
No dependency on Internet Explorer, Chrome, or third-party libraries