package gluten-lwt-unix

  1. Overview
  2. Docs
Lwt + Unix support for gluten

Install

Dune Dependency

Authors

Maintainers

Sources

gluten-0.5.0.tbz
sha256=98629b6d048f30eba6502b71ac076806de72d91ae401fe7cb29914ca64d88583
sha512=d60a4470f4de1c6e8163282d64b77db7cdf41ac605eb191d6bb3062f9375f6dc85b069bfaac6f6354ce4d199593b4914455a448a8d05e3cb22fa3551a0623715

Description

Published: 26 Oct 2023

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 (4)

  1. faraday-lwt-unix >= "0.7.3"
  2. gluten-lwt = version
  3. ocaml >= "4.08.0"
  4. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. h2-lwt-unix >= "0.6.0"
  2. piaf

Conflicts

None