Skeleton for Gate controllers
We provide a base GateController class, and an array of routes to
call subclass of this controller.
For example a post to /gate/GitHub will call GitHubGateController::onPost().
We also provide a standard GET clean information page for controllers
accepting only POST (that will be the majority).