status property
The status read-only property of the Response interface contains
the
HTTP status codes
of the response.
For example, 200 for success, 404 if the resource could not be found.
Implementation
external int get status;
The status read-only property of the Response interface contains
the
HTTP status codes
of the response.
For example, 200 for success, 404 if the resource could not be found.
external int get status;