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.0.0.tbz
sha256=54cc34af128b342f4ae608a669650d66661ffdd503250e4de93a1a5ef1ef22a9
sha512=289381d3ff5377208f86d68148846e086f017d4c09f4070e4f66e2cb1ef2b0e0c19a6b764a64f251b6005a2a6f169dec0f0f704f3278af410392b52415b9bdae
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: 27 Nov 2024
Dependencies (9)
Dev Dependencies (1)
-
odoc
with-doc
Used by (39)
- activitypub
- aws-lwt
- bitcoin-cohttp-lwt
- caldav
- canary
- clz
-
cohttp-lwt-unix
= "6.0.0" -
cohttp-mirage
< "6.1.0" -
cohttp-server-lwt-unix
< "6.1.0" -
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" - 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