ProxyServer.fromParsed constructor

ProxyServer.fromParsed(ArgResults results, Uri to, [ Pipeline pipeline = const Pipeline() ])

Set up a ProxyServer with arguments parsed by liveReloadArgParser.

Implementation

factory ProxyServer.fromParsed(ArgResults results, Uri to,
    [Pipeline pipeline = const Pipeline()]) {
  return new ProxyServer(_getUri(results), to, pipeline);
}