package cohttp-lwt
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
CoHTTP implementation using the Lwt concurrency library
Install
dune-project
Dependency
Authors
Maintainers
Sources
cohttp-6.2.1.tbz
sha256=65080247763442d1dc3cd90678b8233b798772f036ac81cd1eaade1f5d66a65f
sha512=35aa6035bc0229e4622fb2846c2e5578d260faa4b95497d294e5f1f9dc90a392323771f4758ed5ee32d93c26b72d2d16eb23a83070b8a26b0e13df2a77501b54
Description
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.
Published: 20 Dec 2025
Dependencies (10)
Dev Dependencies (1)
-
odoc
with-doc
Used by (41)
- activitypub
- aws-lwt
- bitcoin-cohttp-lwt
- caldav
- canary
- clz
-
cohttp-curl-lwt
>= "6.2.1" -
cohttp-lwt-jsoo
>= "6.2.1" -
cohttp-lwt-unix
>= "6.2.1" -
cohttp-mirage
>= "6.2.1" -
cohttp-server-lwt-unix
>= "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_meta
-
prometheus-app
>= "0.6" - resto-cohttp
- resto-cohttp-client
- resto-cohttp-self-serving-client
- river
- session-cohttp-lwt
- telegraml
- vpnkit
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page