package cohttp-lwt

  1. Overview
  2. Docs
CoHTTP implementation using the Lwt concurrency library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cohttp-5.3.0.tbz
sha256=b3bd91c704e5ea510e924b83ab2ede1fc46a2cce448b0f8cef4883b9a16eeddd
sha512=529930d9b1f38737d91f47cb94f8bae381df87ea941cb8e75ee798354763bdf5091f4f3be31d0ba14b9944dc68203a3d98e235c38c66e7e176a114be9ff4acf3

doc/cohttp-lwt/Cohttp_lwt/index.html

Module Cohttp_lwtSource

Sourcemodule type IO = S.IO
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