webmcp

view framework/env/request/is_404.lua @ 165:0c230f701967

Added missing initialized for keybuf in json_export_internal function of JSON library
author jbe
date Thu Jul 31 20:54:15 2014 +0200 (2014-07-31)
parents 52305ec73d47
children
line source
1 --[[--
2 is_404 = -- boolean
3 request.is_404()
5 Returns true, if this request results in a 404, else false.
7 --]]--
9 function request.is_404()
10 return request._is_404
11 end

Impressum / About Us