c-cube / tiny_httpd

Minimal HTTP server using good old threads + blocking IO, with a small request router.
https://c-cube.github.io/tiny_httpd
75 stars 11 forks source link

virtual directories #44

Closed c-cube closed 2 years ago

c-cube commented 2 years ago

this provides a VFS (virtual file system) abstraction, that can be served like a directory. This is nice when one wants to pack assets directly into the OCaml program.

cc @craff if you're interested.