http()

in core/nodejsActionBase/test.js [117:120]


    http(options, function(error, response, body) {
        if (error) console.log('[error]', error);
        else next(body);
    });