package gluten

  1. Overview
  2. Docs
A reusable runtime library for network protocols

Install

Dune Dependency

Authors

Maintainers

Sources

gluten-0.2.1.tbz
sha256=86308b0695eb2b56ea0653cdf6cdd1a7338743e1e722b1a3aa10fd7cd9ad80de
sha512=dff8f9af28696d8ff9aa73b99d7ce4e82d0e34928e2688bfd4245b1c76834f6900551a5ac2fdd6cb6faf74dc5c7fc307c6279f78c00679adb2a4f764aef0612f

Description

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

Published: 17 May 2020

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
  2. bigstringaf >= "0.4.0"
  3. dune >= "1.0"
  4. ocaml >= "4.06"

Dev Dependencies

None

Used by (3)

  1. gluten-async < "0.3.0"
  2. gluten-lwt = "0.2.1"
  3. gluten-lwt-unix = "0.2.1"

Conflicts

None