summaryrefslogtreecommitdiff
path: root/websocket/_core.py
diff options
context:
space:
mode:
Diffstat (limited to 'websocket/_core.py')
-rw-r--r--websocket/_core.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/websocket/_core.py b/websocket/_core.py
index 2776853..fba7e70 100644
--- a/websocket/_core.py
+++ b/websocket/_core.py
@@ -206,6 +206,8 @@ def create_connection(url, timeout=None, **options):
"http_proxy_host" - http proxy host name.
"http_proxy_port" - http proxy port. If not set, set to 80.
"enable_multithread" -> enable lock for multithread.
+ "sockopt" -> socket options
+ "sslopt" -> ssl option
"""
sockopt = options.get("sockopt", [])
sslopt = options.get("sslopt", {})