BackendStack21 / fast-gateway

Fast-gateway is an easy to use Node.js API gateway framework built to handle large scale API traffic with great performance and scalability. Written with JavaScript, it is a framework for the masses!
MIT License
311 stars 35 forks source link

Support req query forwarding #48

Closed jkyberneees closed 4 years ago

jkyberneees commented 4 years ago

As described in: https://github.com/jkyberneees/fast-gateway/issues/47, we now forward the req.query object to the origin as query string if queryString parameter is not defined in route.hooks. This new feature will allow developers to easily update the request query parameters from inside the onRequest hook.

Closes: https://github.com/jkyberneees/fast-gateway/issues/47