prev <<
How to write an API endpoint in 2016
>> next
Routing
How do you map a controller action to an URL?
You could write your own router in PSGI
or use something like Path::Router or OX
or one of the other routers available on CPAN