feature: allow for static file uploads and deletions

feature: add HEAD and OPTIONS support to static files
This commit is contained in:
Andy Burke 2025-08-01 20:11:17 -07:00
parent 582636ab5a
commit 3ef936d2d6
7 changed files with 900 additions and 120 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@andyburke/serverus",
"description": "A flexible HTTP server for mixed content. Throw static files, markdown, Typescript and (hopefully, eventually) more into a directory and serverus can serve it up a bit more like old-school CGI.",
"version": "0.10.0",
"version": "0.11.0",
"license": "MIT",
"exports": {
".": "./serverus.ts",