fs2-http
fs2-http copied to clipboard
Support for `multipart/form-data`.
Hi, guys!
I want add this feature to your project. That is my plan:
- Add
multipart/form-data
codec to headers package - Add
FormData
type and codec to http protocol package - Add new body decoder and encoder like it made here
- Add
withFormData
andbodyAsFormData
methods to HttpRequestOrResponse
What do you think about it?
@fomkin excellent, sounds totally good to me.
@fomkin not sure if you want still to follow on this one ?