package cohttp-lwt-jsoo

  1. Overview
  2. No Docs
CoHTTP implementation for the Js_of_ocaml JavaScript compiler

Install

Dune Dependency

Authors

Maintainers

Sources

cohttp-v2.5.3.tbz
sha256=21927f60eeb52ef8e8943ce770ce1c59685f99e8a20229295654c5c308402324
sha512=bf1152724b1bbd67ea71922dfbfd25299dea05292199e17b50187995a35a8c6e480da43cfb409ca2c541350495e154fa92917db8d7941c18ce36cd9e227adc54

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.

Tags

org:mirage org:xapi-project

Published: 29 Jun 2020

Dependencies (8)

  1. js_of_ocaml-lwt >= "3.5.0"
  2. js_of_ocaml-ppx >= "3.3.0"
  3. js_of_ocaml >= "3.3.0"
  4. lwt >= "3.0.0"
  5. cohttp-lwt = version
  6. cohttp = version
  7. dune >= "1.1.0"
  8. ocaml >= "4.04.1"

Dev Dependencies

None

Used by (2)

  1. github-jsoo >= "3.0.1" & < "4.4.0"
  2. graphql_jsoo_client

Conflicts

None