 

|
The ARHTTP ActiveX
HTTP DLL enables applications to easlly use the HTTP
protocol (version 1.0) to retrieve the contents of
Internet/Intranet URLs. The contents of most URLs can be
retrieved using 3 or 4 lines of Visual Basic code. This
HTTP class enables you to do the following:
- Interact with
HTTP servers using the GET, POST and HEAD methods.
- Set the HTTP
header fields to be sent to a server and retrieve
those returned from the server.
- Retrieve any
valid HTTP URL - web pages, data/program files,
ASP pages and CGI program output..
- URL encode
parameters to be sent to the server when using
the GET and HEAD methods.
- Save URL
contents to a local disk file.
- Interaction
with an HTTP server can be asynchronous (using
ActiveX events), pseudo synchronous (by polling a
status property) or genuine synchronous (using
blocking sockets).
- Programmable
timeouts to detect lost connections.
- Access Web
HTTP URL's using any development system that
supports ActiveX components.
The synchronous operation of this
component is compatible with PerlEX as it does not use
ActiveX Events.
The component can
be downloaded from our downloads page and a license
purchased from our ordering page.
Version Details
| Version |
Date-Uploaded |
Details |
| 1.00.0029 |
1-FEB-2001 |
Error 91
caused by socket timing out after an asynchronous
ARHTTP object has been used fixed. |
|