eed3si9n / gigahorse

Gigahorse is an HTTP client for Scala with multiple backend support.
http://eed3si9n.com/gigahorse
Apache License 2.0
121 stars 25 forks source link

multipart upload (RFC 2388 multipart/form-data) #17

Open eed3si9n opened 7 years ago

eed3si9n commented 7 years ago

https://www.ietf.org/rfc/rfc2388.txt

darkfrog26 commented 7 years ago

Ideally supporting a FormData instance that could be passed in would be ideal to the post method.