wellrested/test/tests/unit
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
..
Dispatching DispatchStack calls $next only when the stack runs to the end. 2015-05-12 07:54:11 -04:00
Message Remove extra assertions in Message tests 2015-05-10 20:55:14 -04:00
Routing TemplateRoute more throughly implements URI Templates as defined in RFC 6570 2015-05-13 21:53:27 -04:00
Transmission Rename Responding\Responder Transmission\Transmitter 2015-05-10 20:17:26 -04:00
ServerTest.php Rename Server::makeRouter to Server::createRouter 2015-05-11 15:39:12 -04:00