webmcp

annotate framework/env/request/is_404.lua @ 110:0c4841af07a5

String truncating by counting Unicode codepoints in format.string(...)
(grapheme cluster boundary detection not implemented)
author jbe
date Sun Jan 12 03:57:47 2014 +0100 (2014-01-12)
parents 52305ec73d47
children
rev   line source
jbe@97 1 --[[--
jbe@97 2 is_404 = -- boolean
jbe@97 3 request.is_404()
jbe@97 4
jbe@97 5 Returns true, if this request results in a 404, else false.
jbe@97 6
jbe@97 7 --]]--
jbe@97 8
jbe@97 9 function request.is_404()
jbe@97 10 return request._is_404
jbe@97 11 end

Impressum / About Us