package gluten-mirage

  1. Overview
  2. Docs
Mirage support for gluten

Install

Dune Dependency

Authors

Maintainers

Sources

gluten-0.5.1.tbz
sha256=55971b3050d1bfe4d54971b4e70518c5a59b4e70526b8dd1895c7d39eb0f9d96
sha512=5a27e7a39f375b07910575839be75c62459ee55f35dd2b511db624b48f6ba86a6b1f8e749e6b3eeb4743e0890ba1952914e4df74a76dacb3062fadd9667e29cd

Description

Published: 07 Jun 2024

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

  1. cstruct >= "6.0.0"
  2. mirage-flow >= "2.0.0"
  3. conduit-mirage >= "2.0.2"
  4. faraday-lwt >= "0.7.3"
  5. gluten-lwt = version
  6. ocaml >= "4.08.0"
  7. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by (2)

  1. h2-mirage >= "0.9.0"
  2. httpun-mirage

Conflicts

None

OCaml

Innovation. Community. Security.