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 and bodyAsFormData methods to HttpRequestOrResponse
What do you think about it?