wellrested/test/tests/unit/Routing
PJ Dietz 61fd0f3354 TemplateRoute more throughly implements URI Templates as defined in RFC 6570
Template support:
- Simple strings /{var}
- Reserved string /{+var}
- Multiple variables per expression /{hello,larry}
- Dot-prefixes /{.filename,extension}
- Slash-prefiex {/path,to,here}
- Explosion {/paths*}, /cats/{ids*} explode to list arrays
2015-05-13 21:53:27 -04:00
..
Route TemplateRoute more throughly implements URI Templates as defined in RFC 6570 2015-05-13 21:53:27 -04:00
MethodMapTest.php Pass DispatchProvider to Router on construction 2015-05-10 12:04:36 -04:00
RouterTest.php Router optionally takes a DispatcherInterface on construction 2015-05-10 14:32:43 -04:00