Rdocumentation
powered by
Learn R Programming
R.rsp (version 0.40.0)
getProtocol.HttpRequest: Gets the name and version of the protocol used to make this request
Description
Gets the name and version of the protocol used to make this request, e.g. HTTP/1.1.
Usage
"getProtocol"(this, ...)
Arguments
...
Not used.
Value
Returns a
character
string.
See Also
getScheme
(). For more information see
HttpRequest
.