Skip to end of banner
Go to start of banner

httpGetReasonPhrase

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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

  • No labels