Description
HTTP request paths can be matched to handlers with a compact Perl router. Web developers use it to build web applications, APIs, and middleware that dispatch requests by method and path. Routing mistakes can expose wrong handlers, so authorization should not rely on routes alone.