FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
660 stars 136 forks source link

response can auto decode? #80

Closed 2024baibai closed 1 year ago

2024baibai commented 1 year ago

I know tls_client has the attribute additional_decode,But It Increase workload that I should request the url and get the response, then I saw the result , if the result is encrypt by gzip , then I should add additional_decode.

Some websites's api has many encryption algorithm, So I need to frequently set the additional_decode parameter, It's very inconveince!

So, Can Tls-client auto decode?