Best Practices for Exposing RPC Endpoints for HTTP Post and Webhook Calls
What would be the best pattern for exposing an RPC endpoint to be called via plain http post and effect rpc? I've got an endpoint that is called from my app via rpc but also needs to be called via a webhook plain post.