carsonyl / pypac

Find and use proxy auto-config (PAC) files with Python and Requests.
https://pypac.readthedocs.io
Apache License 2.0
71 stars 18 forks source link

Store the actual PAC script #73

Closed KarelChanivecky closed 1 year ago

KarelChanivecky commented 1 year ago

Library users may be just interested in using the library for the ease of obtaining the PAC js, instead of trying to evaluate a proxy in-situ. For example, if the PACScript needs to be serialized to be sent to another process.

carsonyl commented 1 year ago

Good idea, thanks.