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-v4.0.0.tbz
sha256=bd7aa4cd2c82744990ed7c49e3ee7a40324c64cb3d8509804809155e2bacd1d2
sha512=f56014c80ec77f79cc9a3a55afaa5fb8e37d9d69a4115f1b25fa96623c8e6875844bfdc97dd6fe41f83ac4b251a397b905a3eb31df90dae95d5a96101d265e03
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.
Dependencies (8)
Dev Dependencies
None
Used by (36)
- aws-lwt
- bitcoin-cohttp-lwt
-
caldav
< "0.2.4" - canary
- clz
-
cohttp-lwt-unix
= "4.0.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.3.0" -
ldp_curl
>= "0.2.0" & < "0.4.0" - learn-ocaml
- links
- mechaml
-
multipart_form-cohttp-lwt
< "0.6.0" - opentelemetry-client-cohttp-lwt
-
opentelemetry-cohttp-lwt
< "0.12" - opium_kernel
- paf-cohttp
-
prometheus-app
>= "0.6" - resto-cohttp
- resto-cohttp-client
- resto-cohttp-self-serving-client
- session-cohttp-lwt
- telegraml
- vpnkit
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page