Python-Tls-Client icon indicating copy to clipboard operation
Python-Tls-Client copied to clipboard

Advanced HTTP Library

Results 81 Python-Tls-Client issues
Sort by recently updated
recently updated
newest added
trafficstars

I wanted to ask if theres arm64 support? I'm trying to run a python script but it fails because of a missing arm64 file. 2023-05-06 22:06:31.145 Uncaught app exception Traceback...

When running `pip install tls-client` I encountered that the file `tls-client-arm.so` was missing. After copying it over to the right directory everything was running as it was supposed to.

Cookies management should look like this IMHO, I want to be able to not send cookie or send whatever I want My code is shitty but its about the idea

Please add request timeout like requests lib

why does not tls_client work at server side , however it is working locally. I am trying to fetch an answer from a chatbot website. It can do this locally...

hey, A few hours after my tls_client service starts, there will be a large number of stream errors: stream ID 5; INTERNATIONAL_ Error, what is the reason for this

with requests it's: ``` payload={'key_1': 'one','key_2': '2'} response = requests.post(url, data=payload, files=[]) ``` EDIT: possibility to change boundary in header/payload is recommended see https://stackoverflow.com/questions/12385179/how-to-send-a-multipart-form-data-with-requests-in-python

Is there a way to integrate MultipartEncoder ?

When I try to get an HTTP url (i.e http://facebook.com) it raises an error instead or redirecting to HTTPS: `TLSClientExeption: failed to do request: Get "http://facebook.com": net/http: HTTP/1.x transport connection...

added support for asynchronous execution