New method: passthrough().
Sometimes, it is useless that the gateway process any data, and do a simple passthrough.
It is now possible:
gateway.passthrought({
method: 'get',
path: '/my-route',
target: 'https://target.service.com',
});
Sometimes, it is useless that the gateway process any data, and do a simple passthrough.
It is now possible:
gateway.passthrought({
method: 'get',
path: '/my-route',
target: 'https://target.service.com',
});