cohttp-lwtversion Documentation on ocaml.org
CoHTTP implementation using the Lwt concurrency library
This is a portable implementation of HTTP that uses the Lwt concurrency library
to multiplex IO. It implements as much of the logic in an OS-independent way
as possible, so that more specialised modules can be tailored for different
targets. For example, you can install cohttp-lwt-unix or cohttp-lwt-jsoo
for a Unix or JavaScript backend, or cohttp-mirage for the MirageOS unikernel
version of the library. All of these implementations share the same IO logic
from this module.
| Authors | Anil Madhavapeddy, Stefano Zacchiroli, David Sheets, Thomas Gazagnaire, David Scott, Rudi Grinberg, Andy Ray and Anurag Soni |
|---|---|
| License | ISC |
| Published | |
| Homepage | https://github.com/mirage/ocaml-cohttp |
| Issue Tracker | https://github.com/mirage/ocaml-cohttp/issues |
| Maintainer | Anil Madhavapeddy <anil@recoil.org> |
| Dependencies | |
| Source [http] | https://github.com/mirage/ocaml-cohttp/releases/download/v6.2.1/cohttp-6.2.1.tbz sha256=65080247763442d1dc3cd90678b8233b798772f036ac81cd1eaade1f5d66a65f sha512=35aa6035bc0229e4622fb2846c2e5578d260faa4b95497d294e5f1f9dc90a392323771f4758ed5ee32d93c26b72d2d16eb23a83070b8a26b0e13df2a77501b54 |
| Edit | https://github.com/ocaml/opam-repository/tree/master/packages/cohttp-lwt/cohttp-lwt.6.2.1/opam |
Required by
- activitypub
- aws-lwt
- bitcoin-cohttp-lwt
- caldav
- canary
- clz
- cohttp-curl-lwtwith-test & >=6.2.1
- cohttp-lwt-jsoo>=6.2.1
- cohttp-lwt-unix>=6.2.1
- cohttp-mirage>=6.2.1
- cohttp-server-lwt-unixwith-test & >=6.2.1
- current_github<0.6.2
- current_web<0.6.2
- dropbox
- git-cohttp
- git-cohttp-unix
- github
- github-hooks
- gitlab
- irmin-cli
- irmin-graphql
- irmin-http
- irmin-mirage-graphql
- irmin-unix
- ldp<0.4.0
- learn-ocaml
- links
- mechaml
- multipart_form-cohttp-lwt
- opentelemetry-client-cohttp-lwt
- opentelemetry-cohttp-lwt>=0.12
- opium_kernel
- picos_metawith-test
- prometheus-app>=0.6
- resto-cohttp
- resto-cohttp-client
- resto-cohttp-self-serving-client
- river
- session-cohttp-lwt
- telegraml
- vpnkit
Optionally used by
- picoswith-test & =0.4.0


