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