Module Static

Serve static HTTP sites from a Mirage key-value store.

module HTTP : functor (FS : Mirage_kv.RO) -> functor (S : Cohttp_lwt.S.Server) -> sig ... end

Plain HTTP file serving from a read-only key-value store.