79655175

Date: 2025-06-05 20:37:37
Score: 1
Natty:
Report link

After a day of trial and error, apparently the answer can be derived from docs. config docs. Apparently when it says req.body, it means you can get the body from txn.sf:req_body() , for url txn.f:path(), for params txn.f:query(). The pattern seems to be to substitute dot in the config with an underscore (res.body , res_body())

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: rohit2219