Closed jacobconley closed 3 years ago
I think it would be nice to expand the unmarshal support to seamlessly accept urlencoded posts along with JSON.
We can just use request.ParseForm() and friends, no need for a library it seems
request.ParseForm()
Implemented in caa66874bda5d599297a3da2053ee22054cb80b1 along with #37
I think it would be nice to expand the unmarshal support to seamlessly accept urlencoded posts along with JSON.
We can just use
request.ParseForm()
and friends, no need for a library it seems