Reputation: 2150
I am looking for a library which does the job of a http/https proxy server so that I can use it in my code. I do not want to write a complete proxy server on my own (that would be very difficult for me). So I am looking for such libraries.
I am writing the code in C language under Linux.
Thanks in advance.
Upvotes: 2
Views: 1126
Reputation: 5179
Check out this.
http://www.vorburger.ch/projects/proxy/
And this.
And this question.
Open source HTTP or HTTPS proxy
Upvotes: 1