...
The value of the status code
Example
Code Block | ||
---|---|---|
| ||
number statusCode = httpGetStatusCode(); if (statusCode>= 200 && statusCode < 300) { print("Successful response!"); } |
...
...
The value of the status code
Code Block | ||
---|---|---|
| ||
number statusCode = httpGetStatusCode(); if (statusCode>= 200 && statusCode < 300) { print("Successful response!"); } |
...