Warning: This package management website is not protected with a password, this is a MAJOR security risk. Please read the README.
Package
Net_URL_Mapper
Installed
- no -
Latest
0.9.1
License
New BSD License
Summary
Provides a simple and flexible way to build nice URLs for web applications.
Description
Net_URL_Mapper provides a simple and flexible way to build nice URLs for your web applications.
The URL syntax is similar to what can be found in Ruby on Rails or Python Routes module
and as such, this package can be compared to what they call a router. Still, Net_URL_Mapper
does not perform the dispatching like these frameworks and therefore can be used with your
own router.