matt-42 / silicon

A high performance, middleware oriented C++14 http web framework please use matt-42/lithium instead
http://siliconframework.org
MIT License
1.72k stars 138 forks source link

JSON post data #27

Closed iceydee closed 8 years ago

iceydee commented 8 years ago

I'd like to accept JSON post data instead of form-data. ie.

{"email":"my_email@email.com","password":"1234567"}

Instead of:

email=my_email@email.com&password=1234567
tex commented 8 years ago

duplicate of #24 ?

matt-42 commented 8 years ago

Update to the last version of master, this has been implemented in the last commit: https://github.com/matt-42/silicon/commit/e02c1ee222bac41ab8a4d58c5f713b30d2ec7e24#diff-ca334d1611153b304440f66073607b47R221