Hello there,
I would like to know what Moralis is using under the hood for the Cloud functions httpRequest module??
I’m having so much problems with it coz it doesn’t seem to follow nor the curl standards nor the node-fetch, axios or other similar libraries for making http requests.
Is it possible to make curl inside cloud functions??
how can I easliy debug httpRequest request headers??
Also is it possible to execute cloud functions from local machine and get the outputs?