native
ezhttp_create_queue
Syntax
native EzHttpQueue:ezhttp_create_queue();
Description
Creates a new HTTP request queue. Requests in the queue are executed sequentially.
Return
EzHttpQueue queue handle.
native
native EzHttpQueue:ezhttp_create_queue();
Creates a new HTTP request queue. Requests in the queue are executed sequentially.
EzHttpQueue queue handle.