Miguel Grinberg
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
src/socketio/asyncio_client.py
|
|
@ -50,9 +50,9 @@ class AsyncClient(client.Client): |
|
|
|
|
|
|
|
:param request_timeout: A timeout in seconds for requests. The default is |
|
|
|
5 seconds. |
|
|
|
:param http_session: an initialized ``requests.Session`` object to be used |
|
|
|
when sending requests to the server. Use it if you |
|
|
|
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 |
|
|
|
servers, SSL certificates, etc. |
|
|
|
:param ssl_verify: ``True`` to verify SSL certificates, or ``False`` to |
|
|
|
skip SSL certificate verification, allowing |
|
|
|