eddic / fastcgipp

fastcgi++: A C++ FastCGI and Web development platform:
https://fastcgipp.isatec.ca
GNU Lesser General Public License v3.0
310 stars 94 forks source link

Allow custom POST data #29

Closed susnux closed 7 years ago

susnux commented 7 years ago

At the moment the server will return a 500 server error if unknown POST data is received. But sometimes you want to receive it (e.g. when getting json). In this case I would like to simply access the post buffer and work with the raw data (parse the json with my Request class).

susnux commented 7 years ago

Sorry, I overlooked inProcessor in the documentation.