company logo

HTTP :: httpCode - Get HTTP return code for last request

The HTTP code for the last request is available until executing the next request. Usually, HTTP return codes are greater or equal to 200. When the last HTTP request failed because of communication error, the function returns 0.

Return value:  Return code from main function ( int  )

Implementation details

int32 HTTP  :: httpCode (  )

The function returns the result code from the last request submitted.