KlipFolio 5.0 API

Object Engines.HTTP

Object
   |
   +--Klip
         |
         +--Engines
               |
               +--Engines.HTTP

The Engines.HTTP object creates an Engines.HTTP.HTTPRequest object interact with any data source accessible via the HTTP and SSL protocols.

The steps in making a HTTP request are as follows:

  1. Create an HTTP request.
  2. Make the request.
  3. Check if data was returned.
  4. Process the data.
Here's how the Engines.HTTP.HTTPRequest works with other objects in the KlipFolio API:
  1. Create a Engines.HTTP.HTTPRequest object using newRequest().
  2. Call Engines.HTTP.HTTPRequest.send() on the Engines.HTTP.HTTPRequest object.
  3. Check Engines.HTTP.HTTPResponse.length to see if data was returned.
  4. Process the data using Engines.KlipFood.process().



Nested Object Summary
<static class> Engines.HTTP.HTTPRequest
<static class> Engines.HTTP.HTTPResponse
   
Function Summary
 function clear304cache()
           Clears the session history of last-modified HTTP response headers.
 Engines.HTTP.HTTPRequest newRequest( <String> url )
           Creates a Engines.HTTP.HTTPRequest object for making a HTTP or SSL request to a remote server.

Function Detail

clear304cache

function clear304cache()

newRequest

Engines.HTTP.HTTPRequest newRequest( <String> url )

KlipFolio 5.0 API

(c) 2008 Serence Inc. All Rights Reserved.