I couldn't find a way of uploading a multipart/form-data file that has a particular Boundary.
In curl I would do:
curl -vX POST http://localhost:4000/images -u 13:13 -H "Content-Type: multipart/form-data; Boundary=---XXX---" --data-binary @multipart
Is this supported by httpie?
Thanks in advance
I couldn't find a way of uploading a multipart/form-data file that has a particular Boundary.
In curl I would do:
curl -vX POST http://localhost:4000/images -u 13:13 -H "Content-Type: multipart/form-data; Boundary=---XXX---" --data-binary @multipart
Is this supported by httpie?
Thanks in advance