package gluten-lwt

  1. Overview
  2. Docs
Lwt-specific runtime for gluten

Install

Dune Dependency

Authors

Maintainers

Sources

gluten-0.3.0.tbz
sha256=f6372d5f71bf9d0253189ec2952044897c317aed06713f4df8498f7cbb9214e5
sha512=684ceaabaed4ebcba44325985e40a7a1d111d3217978f4d30b078145eadd3b0773ad462b2fb646460caf3e7dbad5d3f704146fb50b95d588d18d869d7ae5e8f7

Description

Published: 10 Aug 2022

README

gluten

gluten implements platform specific runtime code for driving network libraries based on state machines, such as http/af, h2 and websocketaf.

It also additionally provides a self-contained solution for upgrading a connection to a different protocol, which can easily be used to implement HTTP/1.1 upgrades to Websockets, or to start HTTP/2 communication over the h2c (HTTP/2 over plaintext TCP) upgrade mechanism.

License

gluten is distributed under the 3-Clause BSD License, see LICENSE.

This source distribution includes work based on http/af. http/af's license file is included in httpaf.LICENSE.

Dependencies (5)

  1. ke
  2. lwt
  3. dune >= "1.0"
  4. gluten = version
  5. ocaml >= "4.03.0"

Dev Dependencies

None

Used by (4)

  1. gluten-lwt-unix = "0.3.0"
  2. gluten-mirage = "0.3.0"
  3. h2-lwt >= "0.6.0"
  4. h2-mirage = "0.9.0"

Conflicts

None