ahmadnassri/httpsnippet

View on GitHub
src/targets/clojure/clj_http/fixtures/jsonObj-null-value.clj

Summary

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

(client/post "http://mockbin.com/har" {:content-type :json
                                       :form-params {:foo nil}})