List of handlers to match with requests.

Property definitions

popcorn $ Router :: handlers
	# List of handlers to match with requests.
	private var handlers = new Map[AppRoute, Handler]
lib/popcorn/pop_handlers.nit:313,2--314,50