ahmadnassri/httpsnippet

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

Summary

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

(client/post "http://mockbin.com/har" {:headers {:Content-Type "multipart/form-data"}})