initial import of dispatcher

this code implements a way of registering path handlers and then calling those handlers based on a path.
This commit is contained in:
Dave Cornejo 2021-09-07 08:26:01 -10:00
parent aed7dbfd8b
commit 3344adb487
4 changed files with 468 additions and 1 deletions

1
.gitignore vendored
View file

@ -73,3 +73,4 @@ test/vagrant/site.mk
test/cicd/site.mk
doc/html
.idea/