|
Project Information
Members
Featured
Downloads
Wiki pages
Links
|
libproxy is a library that provides automatic proxy configuration management. The ProblemProblem statement: Applications suck at correctly and consistently supporting proxy configuration. Proxy configuration is problematic for a number of reasons:
These issues make programming with support for proxies hard. Application developers only want to answer the question: Given a network resource, how do I reach it? Because this is their concern, most applications just give up and try to read the proxy from an environment variable. This is problematic because:
The Solutionlibproxy exists to answer the question: Given a network resource, how do I reach it? It handles all the details, enabling you to get back to programming. GNOME? KDE? Command line? WPAD? PAC? Network changed? It doesn't matter! Just ask libproxy what proxy to use: you get simple code and your users get correct, consistant behavior and broad infrastructure compatibility. Why use libproxy?libproxy offers the following features:
Frequently Asked Questions |