http icon indicating copy to clipboard operation
http copied to clipboard

Add support for formdata in body parameter.

Open lionuncle opened this issue 4 years ago • 1 comments

Please add support for form data in HTTP post request body parameter.

I was using map as parameter, but the API accepts form data only. So, I always got "bad data" error.

Then I shifted to DIO and worked like a charm!

After hours of wondering, I found that HTTP does not support formdata yet.

Please add the feature. Many thanks!

lionuncle avatar Jan 15 '21 15:01 lionuncle

It took me a long time to discover this problem. Always gives type error in variables. Please add support for "form-data". Thanks!

kholyphoenix1 avatar Jun 10 '21 19:06 kholyphoenix1