ResponseStatusText - cHttpTransfer

Returns the HTTP status text from the last HTTP request

Type: Function

Return Data Type: String

Parameters: None

Return Value

HTTP status text from the last HTTP request


Syntax
Function ResponseStatusText Returns String

Call: Get ResponseStatusText to StringVariable


Description

Returns the HTTP status text from the last HTTP request.

Examples are "OK" or "Not found". Returns an empty string if no request was sent yet.