Oddbean new post about | logout
 Converting CURL header to Clojure map

https://clojure-diary.gitlab.io/2023/09/27/converting-curl-header-to-clojure-map.html

Code ;; curl_headers.clj (use '[clojure.java.shell :only [sh]]) (require '[clojure.string :as str]) ;; Got both below functions from ;;...

#clojure #clj #cljs