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. The exHTTP component
doesn't require additional libraries. It just uses the HTTP protocol (rfc2616).
For instance, the
Image1.Picture = http.GETImage("http://www.exontrol.com/images/exontrol.png"), assigns the picture from giving URL to Picture property of the Image Object, where the http is a global object of EXHTTPLib.HTTP type.
The eXHTTP component requires no IE, Chrome, or any third party library.