ahmadnassri/httpsnippet

View on GitHub
src/targets/clojure/clj_http/fixtures/headers.clj

Summary

Maintainability
Test Coverage
(require '[clj-http.client :as client])

(client/get "http://mockbin.com/har" {:headers {:x-foo "Bar"
                                                :quoted-value "\"quoted\" 'string'"}
                                      :accept :json})