package cohttp-mirage

  1. Overview
  2. Docs

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

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

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