python-trio / trio-websocket

WebSocket client and server implementation for Python Trio
MIT License
70 stars 26 forks source link

does trio-websocket support proxy? #169

Open Mithrilwoodrat opened 2 years ago

Mithrilwoodrat commented 2 years ago

I tried conncet to server through proxy, by setting proxy environment. like set http_proxy=http://xxxx but it doesn't work.

0xUniko commented 2 years ago

Same problem. Have you found the way to use proxy?