Hacker News new | ask | show | jobs
by sscarduzio 1422 days ago
This is amazing, how do I access the HTTP request query parameters and headers?
1 comments

There is currently no way to access the HTTP request query params and headers, but we could add it (probably as part of the context obj).

What is your use-case if you don't mind me asking?

Authentication, mainly.
Thank you!