express wrapper improvements
authorxangelo <git@xangelo.ca>
Wed, 6 Apr 2022 17:02:32 +0000 (13:02 -0400)
committerxangelo <git@xangelo.ca>
Wed, 6 Apr 2022 17:02:32 +0000 (13:02 -0400)
commitd9d4f30790381b8d786a1effb5ac64d8f56a6dd3
treeac4b32c170efdd86c2b721294364d8061a844038
parente9df66eb3ec232afc5595cf25cbeef2391cc003b
express wrapper improvements

The express wrapper to allow for async/awaits style handlers now
supports GET | POST | DELETE, and always properly ends the request.

Views are now optional, and if they are not provided and an HTML version
of the page is requested, then we send back a 204 NO CONTENT.
src/server.ts