expressjs / serve-static

Serve static files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setHeaders: need to access req.query

mariusa opened this issue · comments

Hi,

Could setHeaders also have req in it's parameters, please?

I need to set headers depending on some req.query parameters, and I can't read those now.

Thanks

Use res.req.query.

Thanks!