reddec / trusted-cgi

Lightweight runner for lambda functions/apps in CGI like mode
https://trusted-cgi.reddec.net
MIT License
218 stars 16 forks source link

Feature Request: Pass web request information to request handlers. #16

Open colonelpopcorn opened 1 year ago

colonelpopcorn commented 1 year ago

I see that headers are being parsed in the web UI, but I'd like to know how I can get access to that information inside my handler. It would also be nice to get the HTTP method that's in use. Does this exist already?