What is the equivalent of HTTP request using "curl ... --data-binary ..." in Python's requests package? The HTTP request's 'Content-Type' is 'multipart/form-data; boundary=...'.
Asked
Active
Viewed 1,103 times
0
-
Hi, possible duplicate question [python binary data](https://stackoverflow.com/questions/14365027/python-post-binary-data). – Delster Tañedo Feb 14 '18 at 09:11
-
Also, check out [this cool website that transforms curl commands into python code](https://curl.trillworks.com/) – Arne Feb 14 '18 at 09:21