package cohttp-mirage

  1. Overview
  2. Docs

HTTP server with conduit.

module type S = sig ... end
module Flow (F : Mirage_flow.S) : S with type IO.conn = F.flow
module Make (S : Conduit_mirage.S) : sig ... end