Node.js module that provides access to all the routes and route middleware setup through express from other places in the application. Takes an object with three properties: methos, path, body. This can also be an array of objects to run multiple requests at once. This is useful for bundling many ajax calls into one request or simulating requests through a socket connection. -
View it on GitHub