nextcloud/lib/private/Route
Roeland Jago Douma edc1c77dd9
Do not create a RouteActionHandler object for each route
This is not required and doesn't allow us to be properly lazy. On top of
it this doesnt allow us to cache the routes (since closures/objects
can't be cached).

This is the first small step into cleaning up the routing we have

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-07-07 12:33:22 +02:00
..
CachingRouter.php Update the license headers for Nextcloud 19 2020-03-31 14:52:54 +02:00
Route.php Unify function spacing to PSR2 recommendation 2020-04-09 13:54:22 +02:00
Router.php Do not create a RouteActionHandler object for each route 2020-07-07 12:33:22 +02:00