Add the Router and RouteMap components for http2.
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 29 Nov 2016 07:14:54 +0000 (02:14 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 29 Nov 2016 07:14:54 +0000 (02:14 -0500)
commit8d42991e2dad0d3deb8f7b50276a1eb452be3ced
treef12fc5a3e3a2924b7043420e132aa8c226aff3ea
parent4468833c46108f3ca451796a6a5f6824e6abb021
Add the Router and RouteMap components for http2.

These are similar to the UrlMap and FrontController request processor in http,
but have been adapted to the Pipeline/Middleware architecture.
http2/action.php [new file with mode: 0644]
http2/pipeline.php
http2/route_map.php [new file with mode: 0644]
http2/router.php [new file with mode: 0644]