This is an enhancement request. Happy to help with a PR if it's deemed worthwhile.
I posted this on the Slack channel:
Did a little digging, and it looks like FW/1 doesn't have a built-in method or variable for accessing the request body (getHttpRequestData().content). Our app is receiving webhooks, and we want to access/store the entire payload. Since the framework is already parsing the body, maybe it makes sense to make this easily available to the app.
This is an enhancement request. Happy to help with a PR if it's deemed worthwhile.
I posted this on the Slack channel:
Did a little digging, and it looks like FW/1 doesn't have a built-in method or variable for accessing the request body (
getHttpRequestData().content). Our app is receiving webhooks, and we want to access/store the entire payload. Since the framework is already parsing the body, maybe it makes sense to make this easily available to the app.