...
Excerpt |
---|
|
Retrieves the complete response information (if existing) from the latest HTTP routine function call. |
Retrieves the complete response information (if existing) from the latest HTTP routine function call.
Return Type
HttpResponseInfo
...
Code Block |
---|
|
...
// do some http routinefunction call
...
HttpResponseInfo respInfo = httpGetResponseInfo();
runnerLog("Http call ended with status: " + respInfo.statusCode);
runnerLog("Http response error message: " + respInfo.errorMessage);
runnerLog("Http response reason phrase: " + respInfo.reasonPhrase);
runnerLog("Class of last http response: " + respInfo.class);
... |
...
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "http_routinefunction" and space = currentSpace ( ) |
---|
labels | array_routinesfunctions |
---|
|