aula
aula copied to clipboard
call runHandler only once in AulaTop.
currently we have to run it on every end-point handler; it would be nicer to only have to call it once and trickle it down through the api to the end-points. the Before
machinery by @np will probably help with that.