getRemoteAddress.HttpRequest {R.httpd}R Documentation

Gets the IP address of the client that sent the request

Description

Gets the IP address of the client that sent the request.

Usage

## S3 method for class 'HttpRequest':
getRemoteAddress(this, ...)

Arguments

... Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

getRemoteHost(). For more information see HttpRequest.


[Package R.httpd version 0.1.1 Index]