package httpun
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  A high-performance, memory-efficient, and scalable HTTP library for OCaml
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      httpun-0.2.0.tbz
    
    
        
    
  
  
  
    
  
  
    
  
        sha256=a2ce27ef4c85ae8e1c1008d1e3d5e893d6b211b934586a1dd2942f7db687bd2c
    
    
  sha512=53ae8409321533b4092df166c69cd219a4e2071bb3b9fa3361072205eda6d62df25fe964c62d2b49c14530fd34746b8d8c8f010293ebe099bed0237d0f55a66b
    
    
  Description
Published: 05 Sep 2024
README
http/un
http/un is a high-performance, memory-efficient, scalable and web library for OCaml. It uses the Angstrom and Faraday libraries for parsing and serialization.
httpun is a fork of httpaf that fixes bugs in the original work and adds additional features. See FORK.md for more details on those changes.
Installation
opam install httpunUsage
Check the examples folder.
License
BSD3, see LICENSE files for its text.
Dependencies (6)
- 
  
    faraday
  
  
    >= "0.8.0"
- 
  
    angstrom
  
  
    >= "0.15.0"
- 
  
    bigstringaf
  
  
    >= "0.9.0"
- 
  
    httpun-types
  
  
    = version
- 
  
    dune
  
  
    >= "3.0.0"
- 
  
    ocaml
  
  
    >= "4.08.0"
Dev Dependencies (1)
- 
  
    alcotest
  
  
    with-test
Used by (6)
- 
  
    httpun-async
  
  
    >= "0.2.0"
- 
  
    httpun-eio
  
  
    >= "0.2.0"
- 
  
    httpun-lwt
  
  
    >= "0.2.0"
- 
  
    httpun-lwt-unix
  
  
    >= "0.2.0"
- httpun-ws
- smaws-lib
Conflicts
None
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page