Closed exvu closed 6 years ago
I guess you should convert object to string like {id:2, name:Tom}
=> "id=2&name=Tom"
or not use Content-Type: application/x-www-form-urlencoded but application/json
@xuan45 is correct. As far as I know form data is always a flat structure. If you wish to inflate the data into a nested JSON object, you will have to do this yourself or just use JSON.
today,I found a issue when using form-data,this middleware not parse object like
i found cource code
Seems to only support
Excuse me, my English is poor.