Durin
Durin

Reputation: 2150

Is there any open source library which does the job of a proxy server?

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

Answers (1)

Arseny
Arseny

Reputation: 5179

Check out this.

http://www.vorburger.ch/projects/proxy/

And this.

c http proxy library

And this question.

Open source HTTP or HTTPS proxy

Upvotes: 1

Related Questions