package gluten-async

  1. Overview
  2. Docs
Async support for gluten

Install

Dune Dependency

Authors

Maintainers

Sources

gluten-0.4.0.tbz
sha256=e2c8fec453d76dc2cdf1272bb971d89be7f5fa1e5eb929dcf6e2481422fcc1f5
sha512=2657b43f0df99d125847ea5b57a3b4b2c54c82ecaa3602e9cd543b3cec7c298080d653745e4d3b7740582ba76a15ee195c5f71402bd3c3fff1a75af9c4ac4ea3

Description

Published: 13 Feb 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 (6)

  1. core >= "v0.15.0"
  2. async >= "v0.15.0"
  3. faraday-async >= "0.7.3"
  4. gluten = version
  5. ocaml >= "4.08.0"
  6. dune >= "2.0"

Dev Dependencies

None

Used by (1)

  1. h2-async >= "0.10.0"

Conflicts

None