package cohttp-mirage

  1. Overview
  2. Docs

Module Cohttp_mirage.ServerSource

HTTP server with conduit.

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