RProxy constructor

RProxy(
  1. RProxyServer server,
  2. String path,
  3. String proxiedUrl
)

Implementation

RProxy(this.server, this.path, this.proxiedUrl);