1Pinto::Server::Router(3U)ser Contributed Perl DocumentatiPoinnto::Server::Router(3)
2
3
4
6 Pinto::Server::Router - Routes server requests
7
9 version 0.14
10
12 route( $env, $root )
13 Given the request environment and the path to the repository root,
14 dispatches the request to the appropriate responder and returns the
15 response.
16
18 Jeffrey Ryan Thalhammer <jeff@stratopan.com>
19
21 This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
22
23 This is free software; you can redistribute it and/or modify it under
24 the same terms as the Perl 5 programming language system itself.
25
26
27
28perl v5.32.1 2021-01-27 Pinto::Server::Router(3)