I understand that reading actual query string params is made easy with the get_arg
function. However, I am not seeing anything in the examples or documentation that will let me read the POST payload. In my case, it's a JSON encoded string. Parsing the JSON is easy enough once I can actually address it.
Does anyone have an example that shows how to read the raw POST payload in C?