package gluten

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

Install

Dune Dependency

Authors

Maintainers

Sources

gluten-0.1.0.tbz
sha256=e7977677d796664dfd6b128bd1740f97068ac77555d2b67f79024dfb309e99a7
sha512=8c4e2119a37f213aad7453cb83addf28ab19856fa3dcc15d30961734b054d5ebaeb3c09c62631013f11081de4592d3fdaa45e4c9b83fc6bd117f3b5e37de7d48

Description

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

Published: 28 Apr 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. httpaf >= "0.6.5"
  2. bigstringaf >= "0.4.0"
  3. dune >= "1.0"
  4. ocaml >= "4.06"

Dev Dependencies

None

Used by (2)

  1. gluten-lwt < "0.2.0"
  2. gluten-lwt-unix < "0.2.0"

Conflicts

None

OCaml

Innovation. Community. Security.