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)
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.


No differences found