Whenever a request occurs (lets say: http://example.org/hello/world), the static function BaseApplication.executePath(path, context, inner) will be called.

In this case the path is the relative url for the application (for instance hello/world).

Comments