Start a new proxy

proxy(ipAddress = "http://localhost", bmpPort, port, openPort = TRUE)

Arguments

ipAddress
ip address of BrowserMob Proxy standalone
bmpPort
port BrowserMob Proxy is listening on
port
port you wish to use for proxy traffic
openPort
call the openPort function to create a new proxy on the BMP server.

Value

an object of type proxy is returned.

Examples

## Not run: ------------------------------------ # # A BMP server is assummed running on port 9090 # prxy <- proxy(bmpPort = 9090L, port = 39500L) ## ---------------------------------------------