module Request = Cohttp.Requestmodule Response = Cohttp.Responsemodule Make_client = Cohttp_lwt__Client.Makemodule Make_server = Cohttp_lwt__Server.Makemodule 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