Module Cohttp_lwtSource

Sourcemodule type IO = S.IO with type 'a t = 'a Lwt.t
Sourcemodule Request = Cohttp.Request
Sourcemodule Response = Cohttp.Response
Sourcemodule Make_client (IO : S.IO) (Net : S.Net with module IO = IO) : sig ... end
Sourcemodule Make_server (IO : S.IO) : sig ... end
Sourcemodule S : sig ... end

Portable 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.

Sourcemodule Body : sig ... end