Property definitions

popcorn $ RequestClock :: defaultinit
# Initialize a clock for the resquest.
#
# Can be used to compute the time passed to respond that request.
class RequestClock
	super Handler

	redef fun all(req, res) do req.clock = new Clock
end
lib/popcorn/pop_logging.nit:23,1--30,3