pegasus.lua icon indicating copy to clipboard operation
pegasus.lua copied to clipboard

:rocket: Pegasus.lua is an http server to work with web applications written in Lua language.

Results 18 pegasus.lua issues
Sort by recently updated
recently updated
newest added

function Response:writeFile(file, contentType) self:contentType(contentType) self:statusCode(200) local value = file:read('*a') **

Hi, Correct me if I'm wrong but the callback method of the server is not called if the requested file does not exist and a location is specified? I'm trying...

Case Insensitive: http://stackoverflow.com/questions/5258977/are-http-headers-case-sensitive http://stackoverflow.com/questions/9102931/can-lua-support-case-insensitive-method-calls Characters: stackoverflow.com/questions/19028068/illegal-characters-in-http-headers http://www.w3.org/Protocols/rfc2616/rfc2616-sec2.html#sec2.2 http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2