webmcp

view framework/env/request/is_404.lua @ 111:43986d8dacf3

Better (and bugfixed) implementation of string truncating in format.string(...)
author jbe
date Mon Jan 13 21:37:23 2014 +0100 (2014-01-13)
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