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.2.tbz
sha256=499cd8b094cee4b00fe6b9f6322680f81fe87161e963a196b109c1882610af62
sha512=701b946af0a84c9f5d1f5131fc4cea9b35fa2fd18d67460eb0caf4f916acc4ae8695d65594d0e0074f2729dc9ca54cfd984b1863a6f7dc345e171be4e3c3b258
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: 28 Jul 2026
Dependencies (10)
Dev Dependencies (1)
-
odoc
with-doc
Used by (46)
- activitypub
- aws-lwt
- awskit-lwt
- awskit-lwt-unix
- awskit-s3-lwt
- bitcoin-cohttp-lwt
- caldav
- canary
- clz
-
cohttp-curl-lwt
>= "6.2.2" -
cohttp-lwt-jsoo
>= "6.2.2" -
cohttp-lwt-unix
>= "6.2.2" - cohttp-lwt-unix-bin
-
cohttp-mirage
>= "6.2.2" -
cohttp-server-lwt-unix
>= "6.2.2" -
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
-
ocaml-ai-sdk
>= "0.5" - opentelemetry-client-cohttp-lwt
-
opentelemetry-cohttp-lwt
>= "0.13" - opium_kernel
- picos_meta
-
prometheus-app
>= "0.6" - quickterface
- resto-cohttp
- resto-cohttp-client
- resto-cohttp-self-serving-client
- river
- session-cohttp-lwt
- telegraml
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page