Cohttp_lwtmodule type IO = S.IOmodule Request = Cohttp.Requestmodule Response = Cohttp.Responsemodule Make_server (IO : S.IO) : sig ... endmodule S : sig ... endPortable Lwt implementation of HTTP client and server, without depending on a particular I/O implementation. The various Make functors must be instantiated by an implementation that provides a concrete IO monad.
module Body : sig ... end