Awesome job with klein router, can you please guide me to get the current route i pass inside the call back function,
i need this so i can return related images for this route from db
$klein->respond('GET', '/about/[:name].html', function ($req, $res, $service, $app, $klein, $matched, $methods_matched){
// i need '/about/[:name].html' here
})
Awesome job with klein router, can you please guide me to get the current route i pass inside the call back function, i need this so i can return related images for this route from db