Extra Features¶
These modules implement various extra features, that aren’t core feature per say or that require optional third-party dependencies.
- SOCKS Proxies
- DNS Resolver
- Simplified Async Socket
AsyncSocketAsyncSocket.bind()AsyncSocket.close()AsyncSocket.connect()AsyncSocket.fileno()AsyncSocket.getpeername()AsyncSocket.getsockopt()AsyncSocket.read()AsyncSocket.read_exact()AsyncSocket.recv()AsyncSocket.send()AsyncSocket.sendall()AsyncSocket.setsockopt()AsyncSocket.settimeout()AsyncSocket.should_connect()AsyncSocket.wait_for_readiness()AsyncSocket.wrap_socket()AsyncSocket.write_all()
SSLAsyncSocket