package hpack

  1. Overview
  2. Docs
An HPACK (Header Compression for HTTP/2) implementation in OCaml

Install

Authors

Maintainers

Sources

h2-0.10.0.tbz
sha256=9fd6afa552fa1c3d8a04e3761699d47ae1f71ce503380dbd8929a375cc4c46f1
sha512=d0f4eab388df4f35eb2cfc93e7cd75e15c7ae5bbb382325e1219766558d52698f580e310cab3e4fa3eebe0fa2c2270af09d56537bd7191796bd0748d12633e35

Description

hpack is an implementation of the HPACK: Header Compression for HTTP/2 specification (RFC7541) written in OCaml. It uses Angstrom and Faraday for parsing and serialization, respectively.

Published: 20 Mar 2023

Dependencies (4)

  1. faraday >= "0.7.3"
  2. angstrom
  3. ocaml >= "4.08.0"
  4. dune >= "2.7"

Dev Dependencies (3)

  1. odoc with-doc
  2. hex with-test
  3. yojson with-test

Used by (1)

  1. h2

Conflicts

None