webmcp

diff framework/env/request/handler.lua @ 349:8cf6d927d074

Fixed commas in autodoc comments
author jbe
date Thu Mar 26 12:25:19 2015 +0100 (2015-03-26)
parents 169dfbd0246a
children 2b5bdf9028fb
line diff
     1.1 --- a/framework/env/request/handler.lua	Thu Mar 26 03:27:32 2015 +0100
     1.2 +++ b/framework/env/request/handler.lua	Thu Mar 26 12:25:19 2015 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  --[[--
     1.5  success =         -- false if an error occurred, true otherwise
     1.6  request.handler(
     1.7 -  http_request,   -- HTTP request object
     1.8 +  http_request    -- HTTP request object
     1.9  )
    1.10  
    1.11  Called by mcp.lua to process an HTTP request. Calls request.router(), and handles the request. Note: request initializers will have to be (automatically) executed before this function is invoked by mcp.lua.

Impressum / About Us