Skip to content

New method: passthrough().

Compare
Choose a tag to compare
@Shudrum Shudrum released this 13 Mar 16:14
· 59 commits to master since this release
cdd8646

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',
});