ahmadnassri/httpsnippet

View on GitHub
src/targets/clojure/clj_http/fixtures/multipart-data.clj

Summary

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

(client/post "http://mockbin.com/har" {:multipart [{:name "foo"
                                                    :content "Hello World"} {:name "bar"
                                                    :content "Bonjour le monde"}]})