Module request

Module request 

Source
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.

Type Aliases§

HREQUEST
Request native handle.
Result
A specialized Result type for request operations.