package cohttp-async

  1. Overview
  2. No Docs

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 Feb 2019

Dependencies (14)

  1. uri >= "2.0.0" & < "3.0.0"
  2. ppx_sexp_conv >= "v0.9.0" & < "v0.12"
  3. sexplib0 < "v0.12"
  4. fmt >= "0.8.2"
  5. logs
  6. magic-mime
  7. conduit-async >= "1.2.0"
  8. cohttp
  9. base >= "v0.11.0" & < "v0.12"
  10. async_extra >= "v0.11.0" & < "v0.12"
  11. async_unix >= "v0.11.0" & < "v0.12"
  12. async_kernel >= "v0.11.0" & < "v0.12"
  13. dune >= "1.1.0"
  14. ocaml >= "4.04.1"

Dev Dependencies (2)

  1. ounit with-test
  2. core with-test & < "v0.12"

Conflicts

None