webmcp

diff framework/env/request/is_post.lua @ 223:32ec28229bb5

Finished removing all references to cgi module (except demo-app); Removed partial loading mechanism
author jbe
date Fri Feb 27 21:49:00 2015 +0100 (2015-02-27)
parents 9fdfb27f8e67
children
line diff
     1.1 --- a/framework/env/request/is_post.lua	Fri Feb 27 17:18:08 2015 +0100
     1.2 +++ b/framework/env/request/is_post.lua	Fri Feb 27 21:49:00 2015 +0100
     1.3 @@ -10,6 +10,6 @@
     1.4    if request._forward_processed then
     1.5      return false
     1.6    else
     1.7 -    return cgi.method == "POST"
     1.8 +    return request._http_request.method == "POST"
     1.9    end
    1.10  end

Impressum / About Us