Implements Xero's "Intent to Receive" signature validation webhook.
0
emarref
HttpMiddlewareRequireHttpMethod
Script
Middleware to ensure your http handler is called with the specific http method. export default chain()
.then(add(requireHttpMethod("post")))
.then(send())