package cohttp-async

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

Install

Dune Dependency

Authors

Maintainers

Sources

cohttp-v3.0.0.tbz
sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4
sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34

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: 06 Nov 2020

Dependencies (17)

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

Dev Dependencies (3)

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

Conflicts

None