http_setopt | R Documentation |
The event loop must be already running. In other words, you can only call this function from async functions.
http_setopt(total_con = NULL, host_con = NULL, multiplex = NULL)
total_con , host_con , multiplex |
They are passed to
|
The default values are set when the first deferred HTTP operation of the
event loop is created, and they are taken from the async_http_total_con
,
async_http_host_con
and async_http_multiplex
options.
Other asyncronous HTTP calls:
http_get()
,
http_head()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.