Sunday, 29 September 2013

Generate multipart/mixed HTTP request

Generate multipart/mixed HTTP request

I would like to POST a multipart/mixed request, where one part is of type
application/json and the other of type video/mp4 (Content-Type: video/mp4;
charset=binary). How can I easily build such POST request in python?

No comments:

Post a Comment