monkeyWie / proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
MIT License
1.52k stars 572 forks source link

是否考虑加入websocket? #211

Open langligelang opened 2 years ago

langligelang commented 2 years ago

是否考虑加入websocket?

monkeyWie commented 2 years ago

能否细说下

langligelang commented 2 years ago

目前的代理只加上了http方式的代理,但是在实际使用中会有非常多的其他协议需要代理,比如websocket , dubbo, raw tcp等。这个是否会考虑加上代理么。

monkeyWie commented 2 years ago

http代理协议是一个标准,其他的协议都可以已connect隧道的方式跑在http代理服务器上。