getRemoteHost.HttpRequest
From R.rsp v0.44.0
by Henrik Bengtsson
Gets the fully qualified name of the client that sent the request
Gets the fully qualified name of the client that sent the request. If it cannot resolve the hostname, this method returns the dotted-string form of the IP address.
Usage
# S3 method for HttpRequest
getRemoteHost(this, ...)
Arguments
- ...
Not used.
Value
Returns a character
string.
See Also
getRemoteAddress
().
For more information see HttpRequest
.
Community examples
Looks like there are no examples yet.