reneweb / hulk

Hulk is a web framework to create RESTful API's.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce support for x-www-form-urlencoded requests

reneweb opened this issue · comments

Currently there is nothing provided that parses x-www-form-urlencoded requests into a nice format. It is still possible to get the raw bytes or as plain text, but it would be much nicer to have an appropriate structure.