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.2.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=45d195db6dd6e9495c4e855283aef2d620cd153e0eca5da7c7d5dd1f4e51d39c
    
    
  sha512=82af8768266e2fe1da2f8646fb12d54b63042c78937fa6184449626acfa0e24c120a66df6bb02a42f0bb18fa8aea528c0a7f503f541b740dfdcb99933f292959
    
    
  Description
gluten implements platform specific runtime code for driving network libraries based on state machines, such as http/af, h2 and websocketaf.
Published: 29 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)
- 
  
    httpaf
  
  
    
>= "0.6.5" - 
  
    bigstringaf
  
  
    
>= "0.4.0" - 
  
    dune
  
  
    
>= "1.0" - 
  
    ocaml
  
  
    
>= "4.06" 
Dev Dependencies
None
Used by (4)
- 
  
    dream-httpaf
  
  
    
>= "1.0.0~alpha4" - 
  
    gluten-lwt
  
  
    
= "0.2.0" - 
  
    gluten-lwt-unix
  
  
    
= "0.2.0" - httpun-ws
 
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page