httpGetReasonPhrase
We've encountered an issue exporting this macro. Please try exporting again later.
Syntax | httpGetReasonPhrase() | Package | http |
Alias | Pkg Usage | reeasonPhrase() |
Description
Retrieves the HTTP reason phrase of the latest HTTP response. For instance, "OK", "Not Found", "Unsupported Media Type", and so on.
Return Type
String
The reason phrase extracted from the latest HTTP response.
Example
string reasonPh = httpGetReasonPhrase();
print("Last response: " + reasonPh);See also
Need support? Create a request with our support team.
Copyright © 2005 - 2026 Appfire | All rights reserved.
