Rdocumentation
powered by
Learn R Programming
R.rsp (version 0.40.0)
getScheme.HttpRequest: Gets the scheme used to make this request
Description
Gets the scheme used to make this request, e.g. http, https, or ftp.
Usage
"getScheme"(this, ...)
Arguments
...
Not used.
Value
Returns a
character
string.
See Also
getProtocol
(). For more information see
HttpRequest
.