The JadeHTTPConnection class enables applications to access the standard Internet protocol HTTP. For ease of use, this class abstracts this protocol into a high-level interface. The underlying implementation uses the Microsoft default WinHTTP library or the WinINet library (using the respective
A basic understanding of the HTTP protocol is required to use this feature. The two Requests for Comments (RFCs) that define this protocol are:
RFC 1945, Hypertext Transfer Protocol - HTTP/1.0
RFC 2616, Hypertext Transfer Protocol - HTTP/1.1
For details about the constants, properties, and methods defined in the JadeHTTPConnection class, see "JadeHTTPConnection Class Constants", "JadeHTTPConnection Properties", and "JadeHTTPConnection Methods", in the following subsections.
(None)