Pushed some code at avalanche-development/talus.
- 12ec15f Adds tests around readability of spec file.
- 4752e25 Adds test for schema parse-ability.
- dcea1b6 Adds zend/diactoros to Talus.
- f386ff1 Adds some basic tests around request/response formation.
- d552461 Adds readme stub.
- 59af04f Adds prototype path finder.
- a31df41 Fixes logger usage.
- 11d6459 Fixes Exception usage.
- 08c3172 Adds method-based operation fetch.
- 5de4d81 Adds psr/http-message as dependency.
- 8f3a245 Moves operation find to run method, adds controller dispatch.
- ecab3d8 Adds container-interop w/ usage.
- ba1aff9 Adds basic tests around the injection of the container.
- 4984f23 Breaks up the scary `run` method a bit.
- 09be15c Adds minor test for method name.
- 709e55d Adds concept of middleware stack w/ tests.
- c13174e Basic middleware calls.
- 5942312 Adds error handler.
- d5c6bdb Trying out an alternate middleware traversal - WIP.
- c7cc3a4 Adds prototype middleware trait.