Updated README
This commit is contained in:
parent
75d1fa2adc
commit
25922c5b03
2 changed files with 14 additions and 10 deletions
|
|
@ -73,7 +73,7 @@ class SocketIO(object):
|
|||
def __init__(self, host, port, secure=False, proxies=None):
|
||||
"""
|
||||
Create a socket.io client that connects to a socket.io server
|
||||
at the specified host and port. Set secure=True to use HTTPS/WSS.
|
||||
at the specified host and port. Set secure=True to use HTTPS / WSS.
|
||||
|
||||
SocketIO('localhost', 8000, secure=True,
|
||||
proxies={'https': 'https://proxy.example.com:8080'})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue