开发者

HTTP Proxy server in C++ [duplicate]

开发者 https://www.devze.com 2023-03-12 19:08 出处:网络
This question already has answers here: Closed 11 years ago. Possible Duplicate: HTTP/S proxy starting point
This question already has answers here: Closed 11 years ago.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消