Should I have to read these vars and make my own abstract connection layer? Is there any high level network access library can do it for me?
I’d like to know those libraries take care of HTTP_PROXY, SOCKS_PROXY vars, for Java, C and all.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the HTTP Proxy Client Library. It will replace the
connectfunction. By this you do not need to change your program. The library will transparently connect to a proxy specified in the environment.