kettle11 / devserver

A simple HTTPS server for local development. Implemented in Rust.
zlib License
95 stars 15 forks source link

Serve index.html when requesting a directory #6

Closed kettle11 closed 4 years ago

kettle11 commented 4 years ago

Presently now index.html is served for only the top-level directory, but index.html should attempt to be served when requesting any directory.