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=...'.
-
Hi, possible duplicate question python binary data.Delster Tañedo– Delster Tañedo2018-02-14 09:11:08 +00:00Commented Feb 14, 2018 at 9:11
-
Also, check out this cool website that transforms curl commands into python codeArne– Arne2018-02-14 09:21:07 +00:00Commented Feb 14, 2018 at 9:21
Add a comment
|