package cohttp-lwt

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

Install

Authors

Maintainers

Sources

cohttp-5.0.0.tbz
sha256=fd6ff4b86c818355d61b3a08628596dbf517d6a7da6e8edec481bb0653ca5a05
sha512=f0bfd715806965af5488010cc9388d05406b67ece0b2cb8f7803553b17a5264d03094e59127a62d37c0d6c0e74d4717e643737c43d9bcfb10b112a73d5f49c4d

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: 05 Jan 2022