HTTP Proxy server in C++ [duplicate]
Possible Duplicate:
HTTP/S proxy starting point
I need to build a HTTP proxy server with custom features, but I can't spend much time coding it from scratch, so I'm looking for a simple open-source lightweight proxy server with a easy-understable source code that I can modify it to meet my requirements. It should work with SSL and gzip.
Does anyone know a project about a proxy开发者_如何学编程 server like that?
Tinyproxy http://banu.com/tinyproxy/ may be what you are looking for. It has a tiny code base, and according to the website, HTTPS is supported. I also believe that gzip is not a problem.
精彩评论