Liking cljdoc? Tell your friends :D

into-curl

Print clj-http as a curl.

Usage

(require [into-curl.core :refer [->curl]])

(->curl {:method "GET" :url "https://github.com/souenzzo/into-curl"}) ;; => curl 'https://github.com/souenzzo/into-curl' 

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close