AimRT/_deps/nghttp2-src/proxy.pac.sample

7 lines
162 B
Plaintext
Raw Normal View History

2025-01-12 20:42:42 +08:00
function FindProxyForURL(url, host) {
// For SPDY proxy
return "HTTPS localhost:3000";
// For conventional HTTP proxy
// return "PROXY localhost:3000";
}