'GET', 'route' => '/test', 'callable' => 'getFunction', ], [ 'method' => 'POST', 'route' => '/custom', 'callable' => 'postFunction', ], ]; }