HTTP Event Server v0.2.6 API Reference
Modules
Authorizes a request by checking if the Authorization Bearer Header contains the token specifiec in its config
Forward requests to this router by forward "/message", to: Messenger.Router
. This will capture
POST requests on the /message/:task
route calling the task specified. In your config, you will need
to add the following options