We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f3cb4 commit 5b91346Copy full SHA for 5b91346
src/socketio/asyncio_client.py
@@ -50,9 +50,9 @@ class AsyncClient(client.Client):
50
51
:param request_timeout: A timeout in seconds for requests. The default is
52
5 seconds.
53
- :param http_session: an initialized ``requests.Session`` object to be used
54
- when sending requests to the server. Use it if you
55
- need to add special client options such as proxy
+ :param http_session: an initialized ``aiohttp.ClientSession`` object to be
+ used when sending requests to the server. Use it if
+ you need to add special client options such as proxy
56
servers, SSL certificates, etc.
57
:param ssl_verify: ``True`` to verify SSL certificates, or ``False`` to
58
skip SSL certificate verification, allowing
0 commit comments