tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
604 stars 102 forks source link

Request thro proxy in python-spdylay clien #149

Open velopokatun opened 6 years ago

velopokatun commented 6 years ago

Good afternoon. It is necessary to write on Python 3.6 client which through SPDY connect to URL through a proxy and will receive result.The launched the server and the client in the test, this is works. But how to add a proxy I do not understand. In the terminal client - spdycat, this is makes a simple: spdycat -P <proxy-port> -p <proxy-host> http://Required.URL And i can run this comand under the subprocess, but how to achieve this in the python implementation I do not understand. I would really appreciate any help