native
ezhttp_get_http_code
Syntax
native ezhttp_get_http_code(EzHttpRequest:request_id);
Description
Gets the HTTP status code of the request.
Parameters
| request_id | The request identifier. |
|---|
Note
This native can only be used in the on_complete callback.
Return
The HTTP status code.