For Developers
Components in this repository
Evaluation of PAC scripts
- paclib - Functions needed to implement
FindProxyForURL
and wrap it in Rust. - paceval - A utility to evaluate PAC files for a given URL and print the result.
HTTP Proxy code
- proxy_client - Supporting code to allow
hyper
to utilize HTTP proxies. - proxydetox - The actual Proxydetox software.
Third party source code in this repository
- pac_utils.js is extracted from Mozillas ProxyAutoConfig.cpp and is under the MPL2 license.