Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Retrieves the complete response information (if existing) from the latest HTTP function call.

Return Type

HttpResponseInfo

Example

Code Block
...
// do some http function 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)
showLabelsfalse
max25
showSpacefalse
cqllabel = "http_functionroutine" and space = currentSpace ( )
labelsarray_functionsroutines