This commit is contained in:
Hiroki Ohtani
2014-12-22 10:08:26 +09:00
parent ab38bf1a1e
commit a58b94d826

View File

@@ -46,7 +46,8 @@ Current implementation of websocket-client is using "CONNECT" method via proxy.
example::
import websocket
ws = websocket.WebSocket(support_socket_io="0.9")
ws = websocket.WebSocket()
ws.connect("ws://example.com/websocket", http_proxy_host="proxy_host_name", http_proxy_port=3128)
: