> It should definitely not be deprecated. Its kind of 'core' to the module.
But unless I'm mistaken, it'll just silently fail in these situations with malformed bodies? What would be the suggested action in that situation? something like this? if (content_body == NULL) { // try apreq_args and log the failure // try apreq_body and log the failure } At present we're just treating these as Bad Requests? -- Cheers Koz