keplerproject / wsapi

WSAPI is an API that abstracts the web server from Lua web applications.
http://keplerproject.github.io/wsapi
74 stars 33 forks source link

wsapi manual: req.params doesn't work #4

Open stigge opened 13 years ago

stigge commented 13 years ago

Hi,

in the WSAPI documentation, req.params is documented as "req.params - union of req.GET and req.POST, built on demand". However, it seems to be empty. I need to iterate over req.GET and req.POST separately (which works).

Thanks in advance,

Roland