package cohttp-async

  1. Overview
  2. Docs
CoHTTP implementation for the Async concurrency library

Install

Authors

Maintainers

Sources

cohttp-2.5.6.tbz
sha256=a166aa42eae15b1ff42ed553dd24efaf8720be0fa8d98816e0147f0fc9badcf3
sha512=1fefff772484786c1401d7ca2cfa853a6e4014ef3aec6412e684186ed47f45d8daab708d39333a7df4702311c1d6f9cd72958a0244816a43451af098ac3ae0e8

Description

An implementation of an HTTP client and server using the Async concurrency library. See the Cohttp_async module for information on how to use this. The package also installs cohttp-curl-async and a cohttp-server-async binaries for quick uses of a HTTP(S) client and server respectively.

Tags

org:mirage org:xapi-project

Published: 15 Dec 2021

Dependencies (17)

  1. uri-sexp
  2. uri >= "2.0.0"
  3. ppx_sexp_conv >= "v0.13.0"
  4. stdlib-shims
  5. sexplib0
  6. fmt >= "0.8.2"
  7. logs
  8. magic-mime
  9. core_unix >= "v0.14.0"
  10. conduit-async >= "1.2.0" & < "3.0.0"
  11. cohttp = version
  12. base >= "v0.11.0"
  13. async >= "v0.14.0"
  14. async_unix >= "v0.14.0"
  15. async_kernel >= "v0.14.0" & < "v0.16.0"
  16. dune >= "1.1.0"
  17. ocaml >= "4.04.1"

Dev Dependencies (3)

  1. async with-test & < "v0.15"
  2. ounit with-test
  3. core with-test

Conflicts

None