native
ezhttp_option_set_queue
Syntax
native ezhttp_option_set_queue(EzHttpOptions:options_id, EzHttpQueue:queue_id);
Description
Sets a queue for the HTTP request.
Queues allow you to run all the requests in the queue sequentially (in the order they were called).
Parameters
| options_id | Options identifier created via ezhttp_create_options(). |
|---|---|
| queue_id | The queue to for the request. |
Return
This function has no return value.