package cohttp-async

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

cohttp-6.2.1.tbz
sha256=65080247763442d1dc3cd90678b8233b798772f036ac81cd1eaade1f5d66a65f
sha512=35aa6035bc0229e4622fb2846c2e5578d260faa4b95497d294e5f1f9dc90a392323771f4758ed5ee32d93c26b72d2d16eb23a83070b8a26b0e13df2a77501b54

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: 20 Dec 2025

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.16.0"
  12. async >= "v0.16.0"
  13. async_unix >= "v0.16.0"
  14. async_kernel >= "v0.17.0"
  15. cohttp = version
  16. http = version
  17. ocaml >= "4.14" & < "5.3.0"
  18. dune >= "3.8"

Dev Dependencies (4)

  1. odoc with-doc
  2. ounit2 with-test
  3. digestif with-test
  4. core with-test

Conflicts

None