You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libproxy is a multi-platform library that provides dynamic proxy management. It's extremely useful in big companies that force users to use different proxies based on a PAC file. @jplatte made rust bindings for libproxy already. Do you think it would be possible to support libproxy in hyper-proxy?
The text was updated successfully, but these errors were encountered:
I feel the need to mention that libproxy is my first / only crate using unsafe, and even if I did implement the bindings properly, I should probably replace my own memory managing code with something like mbox.
Hi,
libproxy
is a multi-platform library that provides dynamic proxy management. It's extremely useful in big companies that force users to use different proxies based on a PAC file. @jplatte made rust bindings for libproxy already. Do you think it would be possible to support libproxy inhyper-proxy
?The text was updated successfully, but these errors were encountered: