Expand description
Sciter Request API.
Handling all attributes of requests (GET/POST/PUT/DELETE) sent by
Element.request()
and
View.request()
functions and other load requests.
Structs§
- Request
- Request object.
Enums§
- REQUEST_
METHOD - Request methods.
- REQUEST_
RESULT - Type of the result value for Sciter Request functions.
- REQUEST_
STATE - Completion state of a request.
- REQUEST_
TYPE - HTTP methods for the
Element::send_request
. - RESOURCE_
TYPE - The type of a loaded resource.