package cohttp-async

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

Install

Dune Dependency

Authors

Maintainers

Sources

cohttp-v2.5.3.tbz
sha256=21927f60eeb52ef8e8943ce770ce1c59685f99e8a20229295654c5c308402324
sha512=bf1152724b1bbd67ea71922dfbfd25299dea05292199e17b50187995a35a8c6e480da43cfb409ca2c541350495e154fa92917db8d7941c18ce36cd9e227adc54

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: 29 Jun 2020

Dependencies (16)

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

Dev Dependencies (2)

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

Conflicts

None