ahmadnassri/httpsnippet

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

Summary

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

(client/get "http://mockbin.com/har" {:query-params {:foo[bar] "baz,zap"
                                                     :fiz "buz"
                                                     :key "value"}})