Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Middleware to ensure your http handler is called with the specific http method.
export default chain()
.then(add(requireHttpMethod("post")))
.then(send())
Migrated from folder: http/middleware/HttpMiddlewareRequireHttpMethod