fs2-http icon indicating copy to clipboard operation
fs2-http copied to clipboard

Support for `multipart/form-data`.

Open fomkin opened this issue 7 years ago • 2 comments

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?

fomkin avatar Apr 10 '17 09:04 fomkin

@fomkin excellent, sounds totally good to me.

pchlupacek avatar Apr 10 '17 12:04 pchlupacek

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

pchlupacek avatar Oct 07 '18 16:10 pchlupacek