danielcompton / clojure-postmark

Lets you talk to postmarkapp.com from Clojure.
https://danielcompton.github.io/clojure-postmark/
MIT License
15 stars 8 forks source link

No mechanism provided to pass options to clj-http #14

Open daveliepmann opened 7 years ago

daveliepmann commented 7 years ago

I have a use case where I'd like to control the options (e.g. :throw-exceptions false) passed to clojure-postmark's underlying clj-http call. There is currently no way to pass these through.

danielcompton commented 7 years ago

Happy to see a PR for this, or possibly explore other HTTP libraries that have better behaviour.