You can use run-middleware module exactly for that
app.runMiddleware('/pathForRoute',{method:'post'},function(responseCode,body,headers){
// Your code here
})
More info:
- Module page in Github & NPM;
- Examples of use run-middleware module
Disclosure: I am the maintainer & first developer of this module.