nodules / asker

http.request wrapper with gzip, request retries and http.Agent tuning
MIT License
93 stars 11 forks source link

Multipart body encoder does not supports the "multipart/mixed" type #88

Closed kaero closed 10 years ago

kaero commented 10 years ago

Subject is required to send multiple files as a value of single parameter of the request.

http://www.ietf.org/rfc/rfc2388.txt http://www.w3.org/TR/html401/interact/forms.html#didx-multipartform-data

kaero commented 10 years ago

fixed by #89