fastify / fastify-reply-from

fastify plugin to forward the current http request to another server
MIT License
148 stars 76 forks source link

feat: pass request to the queryString function #365

Closed ttshivers closed 4 months ago

ttshivers commented 4 months ago

Pass the request to the queryString function in the same way that rewriteRequestHeaders has access to the request object.

Fixes: #364

Checklist