CoHTTP implementation using the Lwt concurrency library
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.
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
Published
15 Nov 2022
Authors
Maintainers
Sources
cohttp-eio-6.0.0.alpha0.tbz
sha256=2ed4acd5ea309ca064731ec9f02a4b4afcec1ab000f471da68ae81355130b56e
sha512=e741293352d8376eaf7ccc7ba986dc8fd33cc560b8a786d4b4f8cffde5f1d78651dd5dbb944db00e57a48f25bffdde8d6d7b8c5828605ed02f295c297ef87fdd
Dependencies
odoc
with-doc
uri
>= "2.0.0"
ppx_sexp_conv
>= "v0.13.0"
lwt
>= "2.5.0"
cohttp
= version
http
= version
ocaml
>= "4.08"
dune
>= "2.9"
Reverse Dependencies
calculon-web
= "0.4"
cohttp-lwt-jsoo
< "2.2.0" | >= "6.0.0~alpha0"
cohttp-lwt-unix
>= "6.0.0~alpha0"
cohttp-mirage
>= "6.0.0~alpha0"
current_github
>= "0.4" & < "0.6"
current_slack
= "0.5"
current_web
>= "0.4" & < "0.6"
dropbox
>= "0.2"
git-paf
< "3.5.0"
github
>= "3.0.1"
github-hooks
>= "0.3.0"
irmin-http
>= "1.3.3"
irmin-mirage-graphql
>= "2.3.0"
irmin-unix
>= "2.3.0"
learn-ocaml
>= "0.13.0"
letsencrypt
< "0.3.0"
links
>= "0.9"
mechaml
>= "1.0.0"
mirage-http
>= "3.2.0"
opentelemetry-cohttp-lwt
>= "0.4"
paf
< "0.0.4"
prometheus-app
= "0.4" | >= "0.6"
river
>= "0.2"
telegraml
>= "2.2.0"
vpnkit
>= "0.1.1"
Conflicts
None