
# example routing file

GET /                              PSX\Loader\Foo1Controller
GET /foo/bar                       PSX\Loader\Foo2Controller
GET /foo/:bar                      PSX\Loader\Foo3Controller
GET /foo/:bar/:foo                 PSX\Loader\Foo4Controller
GET /bar                           PSX\Loader\Foo5Controller
GET /bar/foo                       PSX\Loader\Foo6Controller
GET /bar/$foo<[0-9]+>              PSX\Loader\Foo7Controller
GET /bar/$foo<[0-9]+>/$bar<[0-9]+> PSX\Loader\Foo8Controller
POST /bar                          PSX\Loader\Foo9Controller
GET    	    /whitespace    	       PSX\Loader\Foo10Controller
GET|POST /test                     PSX\Loader\Foo11Controller
GET /alias                         ~/foo/bar
GET /files/*path                   PSX\Loader\Foo12Controller
GET http://cdn.foo.com/files/*path PSX\Loader\Foo13Controller
