Sha256: e56bc69e4e61febbb08ba4b9edd06218df21d7254313a518ca83f2a76d7d7eec

Contents?: true

Size: 149 Bytes

Versions: 18

Compression:

Stored size: 149 Bytes

Contents

function FindProxyForURL(url, host) {
  if (url == "http://example.com") {
    return "PROXY localhost2:8080";
  } else {
    return "DIRECT";
  }
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
proxy_tester-0.1.10 spec/examples/proxy.pac
proxy_tester-0.1.8 spec/examples/proxy.pac
proxy_tester-0.1.6 spec/examples/proxy.pac
proxy_tester-0.1.5 spec/examples/proxy.pac
proxy_tester-0.1.4 spec/examples/proxy.pac
proxy_tester-0.1.3 spec/examples/proxy.pac
proxy_tester-0.1.2 spec/examples/proxy.pac
proxy_tester-0.1.1 spec/examples/proxy.pac
proxy_tester-0.1.0 spec/examples/proxy.pac
proxy_tester-0.0.9 spec/examples/proxy.pac
proxy_tester-0.0.8 spec/examples/proxy.pac
proxy_tester-0.0.7 spec/examples/proxy.pac
proxy_tester-0.0.6 spec/examples/proxy.pac
proxy_tester-0.0.5 spec/examples/proxy.pac
proxy_tester-0.0.4 spec/examples/proxy.pac
proxy_tester-0.0.3 spec/examples/proxy.pac
proxy_tester-0.0.2 spec/examples/proxy.pac
proxy_tester-0.0.1 spec/examples/proxy.pac