Python-Tls-Client
Python-Tls-Client copied to clipboard
MultipartEncoder with tls client
trafficstars
Is there a way to integrate MultipartEncoder ?
Yes there is. Check this #93
You need to submit data = your_multipart_encoded_object.to_string().decode('utf-8')