Klipfolio Dashboard API

Object Engines.HTTP.HTTPResponse

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

The Engines.HTTP.HTTPResponse objects contain the details about the response side of an HTTP transaction.

These objects are created as the response property of Engines.HTTP.HTTPRequest objects after a call to Engines.HTTP.HTTPRequest.send().


Properties Summary
 String cookie
          The cookie sent by the server (HTTP "Set-Cookie:" header) isolated from the raw headers.
 String data
          The raw data (ASCII or binary) excluding headers returned by the server.
 String headers
          The raw headers returned by the server.
 integer length
          The size of the data returned by the server.
 integer status
          Status returned by the server (401, 404, etc).
 String url
          The URL from which the data was obtained.
   

Properties Detail

cookie

String cookie

data

String data

headers

String headers

length

integer length

status

integer status

url

String url

Klipfolio Dashboard API

© 2011 Klipfolio Inc. All Rights Reserved.