weave icon indicating copy to clipboard operation
weave copied to clipboard

Optionally serve directory listings

Open jsdw opened this issue 6 years ago • 0 comments

Weave can serve static content, but it will not list the contents of some directory currently (instead, it looks for index.html if you request a directory and serves that, or fails if not found).

Adding the option to provide a directory listing would make weave useful in quickly sharing a bunch of content from your machine.

The main thing to think about here is how to add options specific to routes, especially as a bunch of potential features need them.

jsdw avatar Jun 06 '19 20:06 jsdw