rsconnect.httpHttp implementation used for connections to the back-end service:
rcurl |
Secure https using the RCurl package |
curl |
Secure https using the curl system utility |
internal |
Insecure http using raw sockets |
If no option is specified then rcurl is used by default.
rsconnect.http.traceWhen TRUE, trace http calls (prints the method, path, and total milliseconds for each http request)
rsconnect.http.trace.jsonWhen TRUE, trace JSON content (shows JSON payloads sent to and received from the server))
rsconnect.http.verboseWhen TRUE, print verbose output for http connections (useful only for debugging SSL certificate or http connection problems)
rsconnect.error.traceWhen TRUE, print detailed stack traces for errors occurring during deployment.
rsconnect.launch.browserWhen TRUE, automatically launch a browser to view applications after they are deployed
rsconnect.locale.cacheWhen FALSE, disable the detected locale cache (Windows only).
rsconnect.localeOverride the detected locale.
rsconnect.max.bundle.sizeThe maximum size, in bytes, for deployed content. If not set, defaults to 3 GB.
rsconnect.max.bundle.filesThe maximum number of files to deploy. If not set, defaults to 10,000.