我在apigee中使用快递4运行这段代码:
// .....
router.all('*', function(req, res, next){
console.log(apigee.getVariable(req, 'request.client.ip'));
}我无法成功地获得任何流变量。
快速中间件req对象是否支持远地点访问?
发布于 2014-11-25 01:37:26
Express 4中有一些bug,此时不支持它。要使用的支持版本为3.7。
https://stackoverflow.com/questions/27067462
复制相似问题