Fork me on GitHub
#yada
<
2017-10-13
>
genRaiy09:10:47

by which I mean ... tell me if I'm doing it wrong 😉

malcolmsparks09:10:34

My impl of multipart/form-data tries to avoid buffer copies. It only does one copy to free the network buffers. But it doesn't presume you want a byte array or a String or just want to stream the bytes elsewhere. This is up to the application to decide.

genRaiy09:10:08

I get it so I made my own poor man's coercions

genRaiy09:10:29

there is a special case ... for streaming the file(s) needs to be the last input to the form ... (also what S3 insists on by the way)

genRaiy09:10:11

although I agree that that's not the main concern of yada