List of handlers to match before every other.

Property definitions

popcorn $ Router :: pre_handlers
	# List of handlers to match before every other.
	private var pre_handlers = new Map[AppRoute, Handler]
lib/popcorn/pop_handlers.nit:316,2--317,54