package cohttp-async

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

Install

Authors

Maintainers

Sources

cohttp-6.0.0.alpha1.tbz
sha256=4e3ece8ade6493fe731c0842f519cc0f8f564753d71c985aa4ed6de3f0753646
sha512=5db6f1ffab6fc2ab30baffb1fc82b7f50b11ddb31ec19fc4415dac40f04766f29e816a4cf99ddb152b93c8acbefade7779ad3dc3d092e2f88fa1deea3fc2721a

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.

Published: 07 May 2023

Dependencies (18)

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

Dev Dependencies (4)

  1. odoc with-doc
  2. ounit with-test
  3. mirage-crypto with-test
  4. core with-test

Conflicts

None