Fully implemented routing
Pre-release
Pre-release
This release marks the completion of the first main feature, and this repository's namesake: routing.
A PSR-7 request can be provided to the router, along with an object with method attributes, and the request will be matched against the available attributes in order to execute the correct method.
Next up is providing a dynamic path extractor and providing a mechanism for building the correct Assembly objects.