= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
CoHTTP implementation for the Js_of_ocaml JavaScript compiler
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 }">
Authors
Maintainers
Sources
cohttp-v4.0.0.tbz
sha256=bd7aa4cd2c82744990ed7c49e3ee7a40324c64cb3d8509804809155e2bacd1d2
sha512=f56014c80ec77f79cc9a3a55afaa5fb8e37d9d69a4115f1b25fa96623c8e6875844bfdc97dd6fe41f83ac4b251a397b905a3eb31df90dae95d5a96101d265e03
Description
An implementation of an HTTP client for JavaScript, but using the
CoHTTP types. This lets you build HTTP clients that can compile
natively (using one of the other Cohttp backends such as cohttp-lwt-unix
)
and also to native JavaScript via js_of_ocaml.
Dependencies (8)
-
js_of_ocaml-lwt
>= "3.5.0"
-
js_of_ocaml-ppx
>= "3.3.0"
-
js_of_ocaml
>= "3.3.0"
-
lwt
>= "3.0.0"
-
cohttp-lwt
= version
-
cohttp
= version
-
dune
>= "1.1.0"
-
ocaml
>= "4.08"
Dev Dependencies
-
None
Used by (3)
-
github
= "4.4.0"
-
github-jsoo
>= "4.1.0" & < "4.3.0" | >= "4.4.0"
- gitlab-jsoo
Conflicts
-
None
On This Page