gnarroway / hato

An HTTP client for Clojure, wrapping JDK 11's HttpClient
MIT License
380 stars 27 forks source link

Consider adding support for multipart/mixed content-type #30

Open christianzach opened 3 years ago

christianzach commented 3 years ago

Currently the content-type is fixed to multipart/form-data. Please consider support for multipart/mixed, and remove the Content-Disposition header in the body.

gnarroway commented 2 years ago

Thanks for raising this. Happy to accept a PR for it.