|
Klipfolio Dashboard 5 API | ||||||||
| PREV OBJECT NEXT OBJECT | FRAMES NO FRAMES | ||||||||
| SUMMARY: PROPERTY | FUNCTION | DETAIL: PROPERTY | FUNCTION | ||||||||
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 |
String cookie
String data
String headers
integer length
This property is equivalent to getting the length of the data string, but is much more efficient as the length has already been calculated.
integer status
String url
Note that this may differ from the URL of the request due to HTTP redirects.
|
Klipfolio Dashboard 5 API | ||||||||
| PREV OBJECT NEXT OBJECT | FRAMES NO FRAMES | ||||||||
| SUMMARY: PROPERTY | FUNCTION | DETAIL: PROPERTY | FUNCTION | ||||||||