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
-
The cookie sent by the server (HTTP "Set-Cookie:" header) isolated from the raw headers.
data
String data
-
The raw data (ASCII or binary) excluding headers returned by the server.
headers
String headers
-
The raw headers returned by the server.
length
integer length
-
The size of the data returned by the server.
This property is equivalent to getting the length of the data string, but is much more efficient as the length has already been calculated.
status
integer status
-
Status returned by the server (401, 404, etc).
url
String url
-
The URL from which the data was obtained.
Note that this may differ from the URL of the request due to HTTP redirects.
|
Klipfolio Dashboard API | ||||||||
| PREV OBJECT NEXT OBJECT | FRAMES NO FRAMES | ||||||||
| SUMMARY: PROPERTY | FUNCTION | DETAIL: PROPERTY | FUNCTION | ||||||||
© 2011 Klipfolio Inc. All Rights Reserved.