webmcp

diff framework/env/request/handler.lua @ 494:e7c9a80b6795

Improved documentation
author jbe
date Wed Jun 28 18:51:36 2017 +0200 (2017-06-28)
parents 93ebbc1e5dbc
children 3b4dbabca31f
line diff
     1.1 --- a/framework/env/request/handler.lua	Tue Jun 27 17:36:20 2017 +0200
     1.2 +++ b/framework/env/request/handler.lua	Wed Jun 28 18:51:36 2017 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4    http_request    -- HTTP request object
     1.5  )
     1.6  
     1.7 -Called by mcp.lua to process an HTTP request. Calls request.router() and handles the request. Note: request initializers (see request.initialize()) are to be executed by mcp.lua before this function is invoked by mcp.lua.
     1.8 +Called by bin/mcp.lua to process an HTTP request. Calls request.router() and handles the request. Note: request initializers (see request.initialize()) are to be executed by mcp.lua before this function is invoked by mcp.lua.
     1.9  
    1.10  --]]--
    1.11  

Impressum / About Us