Python-Tls-Client
Python-Tls-Client copied to clipboard
Advanced HTTP Library
Want to use it like the normal requests library, but this doesn't seem to be supported.
The library doesn't work in multiprocess environment created by fork method. This probably has something to do with this code, where in forked process the reference to external dll/so file...
python 3.10.8 tls-client 0.2.2 centos7 Hello, I have encountered this issue while using it,tls_client will be stuck in multiprocessing, demo: ``` import multiprocessing import tls_client def start(): url = 'http://www.baidu.com'...
How to support streaming response?
Hello, I saw that the memory leak was fixed by a [recent pull request](https://github.com/FlorianREGAZ/Python-Tls-Client/pull/55), but I still get an error from it. Any idea on how to avoid it? thx
As seen in the requests library.
How use session to use one IP of Multi IPs to send request?(多IP的机器怎么使用session指定一个IP发送请求)
file tls-client-x86.so tls-client-x86.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=207118fca7a105e464dddc1f7e95c9dbb2044eac, not stripped so useless to distribute this. but i need a working 32bit binary. i...
I cant get tls-client running on my Raspberry Pi 2B, which is running ARMv7 32 bit. When running the client, I get `OSError: /home/*****/.local/lib/python3.9/site-packages/tls_client/dependencies/tls-client-amd64.so: cannot open shared object file: No...
Why can't automatic decoding be provided? Some interface requests return data sometimes with gzip compression and sometimes without. I had a hard time selecting additional_decode