proxy: Start a new proxy

Description Usage Arguments Value Examples

Description

Start a new proxy

Usage

1
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

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

## End(Not run)

johndharrison/bmproxy documentation built on May 19, 2019, 5:13 p.m.