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

POST JSON #41

Closed kenkioko closed 6 years ago

kenkioko commented 6 years ago

Is there a way to process post data of content type: application/json I keep getting a warning in my apache2 log file [warning]: Unknown content type from client

eddic commented 6 years ago

Checkout Fastcgipp::Request::inProcessor(). It should help you with what you're looking to do.