Python-Tls-Client
Python-Tls-Client copied to clipboard
Advanced HTTP Library
hi, it only supports socks5, but does not support socks5h protocol. could we add the feature to support socks5h ? thanks.
Does not update tls-client-amd64.so because the platform definition needs to be corrected
Improved the dependency update script to automatically use the latest available versions, while keeping the current major version to avoid breaking changes.
When making requests that return large responses, memory usage goes through the roof. It doesn’t seem to scale properly with the response size. **Script to reproduce** ```python import psutil import...
Hello everyone, sorry for the bad English. I use this library to substitute ja3, I use a special site to test it. Using wireshark I saved several different ja3 fingerprints...
Is there a plan for AsyncSession? It would be really useful, if we had async options like, we have in Curl_Cffi or httpx.
There is a problem with Python-Tls-Client when working with gevent, and it will be very stuck.
"tls-client-amd64.so" is 64-bit instead of 32-bit
"class TLSClientExeption(IOError):" should be "class TLSClientException(IOError):"