package gluten
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A reusable runtime library for network protocols
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      gluten-0.5.2.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=b1eed89f9f6080bb4bd289cc8d252c6bcf01f03d395726e66fa6067207e7015f
    
    
  sha512=105e549d5ff83c43be6ab5e71ec1c19b27140a279002f04e02792e778f9e75deaecf4251324e6273e43039e38572b45ea236626b3afa7ef5c3c72baa3002c129
    
    
  Description
gluten implements platform specific runtime code for driving network libraries based on state machines, such as http/af, h2 and websocketaf.
Published: 05 Sep 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 (4)
- 
  
    faraday
  
  
    >= "0.7.3"
- 
  
    bigstringaf
  
  
    >= "0.4.0"
- 
  
    ocaml
  
  
    >= "4.08.0"
- 
  
    dune
  
  
    >= "2.7"
Dev Dependencies (1)
- 
  
    odoc
  
  
    with-doc
Used by (5)
- 
  
    dream-httpaf
  
  
    >= "1.0.0~alpha4"
- 
  
    gluten-async
  
  
    >= "0.5.2"
- 
  
    gluten-eio
  
  
    >= "0.5.2"
- 
  
    gluten-lwt
  
  
    >= "0.5.2"
- httpun-ws
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page