elm-concurrent-task
elm-concurrent-task copied to clipboard
Is there an equivalent to multipartBody?
I’m using Http.multipartBody [ Http.filePart "file" file ] from elm/http in my app and wondering if I could do the same but with the elm-concurrent-task