multipart icon indicating copy to clipboard operation
multipart copied to clipboard

Multipart decoding

Open lucacorti opened this issue 3 years ago • 2 comments

Hey @tomtaylor, great work!

Do you think/would consider a PR adding support for multipart decoding? I can't seem to find any elixir implementations suitable for use with an HTTP client to decode multipart responses and I'm stuck with hackney ATM.

lucacorti avatar Apr 04 '23 12:04 lucacorti

@lucacorti definitely - it's not been a priority for us, but I'm sure it would be useful.

tomtaylor avatar Apr 25 '23 11:04 tomtaylor

I've opened #16 which adds a simple decoding function (e.g. it does not support streaming, only a binary body).

lucacorti avatar Apr 25 '23 20:04 lucacorti