httpGetReasonPhrase
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
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.