potentially serve static files with static headers
authorJustin Wind <justin.wind+git@gmail.com>
Sat, 7 Aug 2021 18:59:22 +0000 (11:59 -0700)
committerJustin Wind <justin.wind+git@gmail.com>
Sun, 8 Aug 2021 00:57:33 +0000 (17:57 -0700)
commitc980310d2de988d5f4e3c932eb77ebe83daa27b9
tree321ca514e67d39a737d4a3d09e9f449cd51f0129
parent29837f0eeb9fcb4c53426e5bd89e9bdf7e9d961b
potentially serve static files with static headers

Support setting additional headers when serving static files by reading
from an associated metadata file.  Reminiscent of a CERN-era feature.
.markdownlint.json [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
lib/common.js
lib/dingus.js
package-lock.json
package.json
test/lib/common.js
test/lib/dingus.js