Print clj-http as a curl.
Latest stable release: 0.2.0
lein
/boot
:
[into-curl "0.2.0"]
deps.edn
:
into-curl {:mvn/version "0.2.0"}
Example:
(require [into-curl.core :refer [->curl]])
(->curl {:method "GET" :url "https://github.com/souenzzo/into-curl"})
;; => curl 'https://github.com/souenzzo/into-curl'