= 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-2.5.6.tbz
sha256=a166aa42eae15b1ff42ed553dd24efaf8720be0fa8d98816e0147f0fc9badcf3
sha512=1fefff772484786c1401d7ca2cfa853a6e4014ef3aec6412e684186ed47f45d8daab708d39333a7df4702311c1d6f9cd72958a0244816a43451af098ac3ae0e8
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.04.1"
Dev Dependencies
-
None
Used by (1)
-
github-jsoo
>= "3.0.1" & < "4.4.0"
Conflicts
-
None
On This Page