You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: