Spinoco / fs2-http

Http Server and client using fs2
MIT License
135 stars 26 forks source link

Support for `multipart/form-data`. #16

Open fomkin opened 7 years ago

fomkin commented 7 years ago

Hi, guys!

I want add this feature to your project. That is my plan:

  1. Add multipart/form-data codec to headers package
  2. Add FormData type and codec to http protocol package
  3. Add new body decoder and encoder like it made here
  4. Add withFormData and bodyAsFormData methods to HttpRequestOrResponse

What do you think about it?

pchlupacek commented 7 years ago

@fomkin excellent, sounds totally good to me.

pchlupacek commented 6 years ago

@fomkin not sure if you want still to follow on this one ?