package cohttp-lwt

  1. Overview
  2. No Docs
CoHTTP implementation using the Lwt concurrency library

Install

Dune Dependency

Authors

Maintainers

Sources

cohttp-v3.0.0.tbz
sha256=fb872f437aabc9c336bb822ac18ccbce794a2614ecb9d3edafb679dcafc82ea4
sha512=a33a02f07621995aad6c7c571cab1ea715912b65a1b6ab0634d9033e786c3c61fefe08fd9783e66743eef8571ac0335136b77be830909ea1c5bbcf6617295a34

Description

This is a portable implementation of HTTP that uses the Lwt concurrency library to multiplex IO. It implements as much of the logic in an OS-independent way as possible, so that more specialised modules can be tailored for different targets. For example, you can install cohttp-lwt-unix or cohttp-lwt-jsoo for a Unix or JavaScript backend, or cohttp-mirage for the MirageOS unikernel version of the library. All of these implementations share the same IO logic from this module.

Tags

org:mirage org:xapi-project

Published: 06 Nov 2020