Xliff \o 02:38
tellable6 2021-02-05T08:22:40Z #raku <jmerelo> Xliff I'm sure finanalyst does not mind. Please add yourself as a mentor, if you want making a reference to @finanalyst so that he knows.
Xliff jnthn, sena-kun: What's the best way to have a route alias another route in Cro::HTTP::Router?
For example, I want the default route for my service to be /this/month, so that a call to 'my,webserve/' is functionally the same as 'http:/my.webserv/this/month' 02:40
How can I do that with Cro::HTTP::Router?
moritz .tell xliff you can simply have the handler be a function, and call that in two routes: get -> '' { your_handler() }; get -> 'this', 'month' { your_handler }; 13:05
tellable6 moritz, I'll pass your message to Xliff
moritz .tell Xliff maybe you can also use a junction for the path, haven't tried that though
tellable6 moritz, I'll pass your message to Xliff
[Tux] Rakudo v2020.12-116-g842bbae3c (v6.d) on MoarVM 2020.12-98-gf6c505dae
csv-ip5xs0.813 - 0.816
csv-ip5xs-207.773 - 7.804
csv-parser25.402 - 26.417
csv-test-xs-200.391 - 0.392
test7.051 - 7.681
test-t1.834 - 1.892
test-t --race0.844 - 0.877
test-t-2028.861 - 30.076
test-t-20 --race9.085 - 9.201
15:20