package cohttp-async

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

Install

Authors

Maintainers

Sources

cohttp-v5.1.0.tbz
sha256=9883607813bb0d2b1677ce2062340d51016a6e1f0a059f92d9b608fe25563007
sha512=ca81321149a3a8836bcb6f177bbb48acd2ba3ad75cccf86153c8a2c2a8657060f6e0846c4af40b04029eafa040f25ba4c1e41b90a90840532dd8a3d6cfdea53b

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: 04 Apr 2023

Dependencies (17)

  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. cohttp = version
  11. core_unix >= "v0.14.0"
  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 >= "2.0"
  17. ocaml >= "4.08"

Dev Dependencies (3)

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

Conflicts

None