WebBrowser::GetHTTPStatus (open)
Returns the HTTP status code and message the last request resulted in
Syntax
LOADLIB "wh::internet/webbrowser.whlib";
RECORD FUNCTION GetHTTPStatus()
Return value
RECORD
HTTP status code and message
INTEGER code
HTTP status code
STRING message
HTTP status message