babashka

Erkan 2025-05-13T07:24:47.865449Z

I'm using the amazing babashka.http-client to do various http request at work and I seem to constantly need to provide the curl requests to my teammates, 🤯 is there a way to dump the request and convert it to a curl request somehow?

borkdude 2025-05-13T07:30:51.742639Z

No but it should be relatively easy to convert to babashka.curl and then use the :debug option which returns the command options that were passed to curl