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

How to use MultipartEncoder with tls client?

Open OculusVisionSellix opened this issue 2 years ago • 2 comments

Want to use it like the normal requests library, but this doesn't seem to be supported.

OculusVisionSellix avatar Oct 31 '23 13:10 OculusVisionSellix

were you able to do it?

adiazma avatar Jan 13 '24 15:01 adiazma

encoded_data.to_string() pass that in the data arg

Pixens avatar May 09 '24 14:05 Pixens