httpGetResponseInfo

httpGetResponseInfo

 

Syntax

httpGetResponseInfo()

Package

http

Alias

 

Pkg Usage

responseInfo()

Description

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

Return Type

HttpResponseInfo

Example

... // 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); ...

See also

Need support? Create a request with our support team.

Copyright © 2005 - 2026 Appfire | All rights reserved.