echo
echo copied to clipboard
The received data is json data, how can I still get the original data after bind?
The json data is passed from the front end, and the original data cannot be obtained after bind. How can I obtain the original data after bind ? preferably formatted PostForm data
You might want to read this https://github.com/labstack/echo/issues/692#issuecomment-299738295
Binder read all data from request reader and default readers do not support reading it twice so you need workarounds for that.
You might want to read this #692 (comment)
Binder read all data from request reader and default readers do not support reading it twice so you need workarounds for that.
Can echo support this function? It can be packaged like ordinary postForm, so the experience can be greatly improved