Hacker News new | ask | show | jobs
by jka 1627 days ago
No answers, but since you asked about ways to think about the problem, here's one interpretation:

- An HTTP request is like a function call (a named function, with arguments as path/params/body)

- A webhook is like a callback (albeit across a network boundary)