Klipfolio Dashboard 5 API

Object Engines.HTTP.HTTPResponse

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




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 5 API

© 2009 Klipfolio Inc. All Rights Reserved.