Liking cljdoc? Tell your friends :D

into-curl

Print clj-http as a curl.

Usage

Latest stable release: 0.2.0

lein/boot:

[into-curl "0.2.0"]

deps.end:

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'

Can you improve this documentation? These fine people already did:
Enzzo Cavallo & Enzzo
Edit on GitHub

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

× close