package hpack

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

Install

Dune Dependency

Authors

Maintainers

Sources

h2-0.1.0.tbz
sha256=dc64fc80a168c8c602e4d251d7d8663deb862a7bc96bff1af58923d120f2df8b
md5=dc12db1ec40d820c4fdab029e77567d1

doc/hpack/Hpack/index.html

Module HpackSource

Sourcetype header = {
  1. name : string;
  2. value : string;
  3. sensitive : bool;
}
Sourcetype error =
  1. | Decoding_error
Sourcemodule Encoder : sig ... end
Sourcemodule Decoder : sig ... end
OCaml

Innovation. Community. Security.