Description Usage Arguments Details Value
Get or set default host, port, and protocols
1 2 3 4 5 | default_host(host, allow0 = TRUE)
default_port(port)
default_protocol(protocol = c("", "http", "https"))
|
host |
'IPv4' address |
allow0 |
internally used |
port |
an integer of port to expose, ranging from 1 to 65535 |
protocol |
either 'http' or 'https' |
By default, servers will run on local host ('127.0.0.1') at port '7033' with protocol 'http'. The tasks will be sent to this address too.
The current default options
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.