jacobconley / habitat

Holistic, open-ended web application development platform written in Go, with Node.js integration to support the development of client-side Javascript and CSS code.
1 stars 0 forks source link

Unmarshal `application/x-www-form-urlencoded` #38

Closed jacobconley closed 3 years ago

jacobconley commented 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

jacobconley commented 3 years ago

Implemented in caa66874bda5d599297a3da2053ee22054cb80b1 along with #37