Fork me on GitHub
#babashka
<
2023-07-04
>
mmer07:07:33

The docs says that clj-http-lits does not support multipart forms (it does include an example in the docs) how else can you perform this from babashka?

borkdude08:07:48

With babashka http-client

borkdude08:07:35

If that doesn’t work for you for some reason, try httpkit client

borkdude08:07:26

And please let me know the outcome. You’re still dealing with the kubernetes thing?

mmer09:07:11

@U04V15CAJ Thanks for all your support over the week - in the end I have used clj-http-lite for the get and posts and http-kit for the multipart and it all seems to work.

🎉 1