Pegasus.lua v0.9.5
Pegasus.lua is an http server to work with web applications written in Lua language.
What's new from Pegasus.lua v0.9.4?
- Moved logic to retrieve querystring to
Request:querystring
- Moved logic to retrieve post parameters to
Request.post()
- General performance improvements
- Refactoring the project code