Open
Description
hi,
are there any plans to support multipart/form-data uploads? I need to upload raw binary. since json is encoding it to base64 I am not only suffering from 33% more space consumption but also more cpu usage for encoding/decoding.
it would be helpful to be able to upload raw binaries with eg. multipart/form-data.