Klipfolio Dashboard 5 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 Dashboard 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.Data.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 Dashboard 5 API

© 2009 Klipfolio Inc. All Rights Reserved.