initial release v1.0.0
authorJustin Wind <justin.wind+git@gmail.com>
Wed, 16 Sep 2020 20:36:56 +0000 (13:36 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 1 Aug 2021 19:17:34 +0000 (12:17 -0700)
commit29837f0eeb9fcb4c53426e5bd89e9bdf7e9d961b
treee9164b86673d0b5a66e237231b4e72a7fb057d90
initial release
29 files changed:
.eslintrc.json [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.nycrc.json [new file with mode: 0644]
README.md [new file with mode: 0644]
index.js [new file with mode: 0644]
lib/common.js [new file with mode: 0644]
lib/content-negotiation.js [new file with mode: 0644]
lib/dingus.js [new file with mode: 0644]
lib/enum.js [new file with mode: 0644]
lib/errors.js [new file with mode: 0644]
lib/mime-helper.js [new file with mode: 0644]
lib/patches/incoming-message.js [new file with mode: 0644]
lib/patches/index.js [new file with mode: 0644]
lib/router.js [new file with mode: 0644]
lib/template/error-html.js [new file with mode: 0644]
lib/template/index.js [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
test/index.js [new file with mode: 0644]
test/lib/common.js [new file with mode: 0644]
test/lib/content-negotiation.js [new file with mode: 0644]
test/lib/dingus.js [new file with mode: 0644]
test/lib/enum.js [new file with mode: 0644]
test/lib/mime-helper.js [new file with mode: 0644]
test/lib/patches/incoming-message.js [new file with mode: 0644]
test/lib/router.js [new file with mode: 0644]
test/test-data/.example [new file with mode: 0644]
test/test-data/example.html [new file with mode: 0644]
test/test-data/example.html.gz [new file with mode: 0644]