http2

HTTP/2.0 library including frames and HPACK

Version on this page:1.3.0
LTS Haskell 22.14:5.0.1
Stackage Nightly 2024-03-28:5.0.1
Latest on Hackage:5.1.2@rev:1

See all snapshots http2 appears in

BSD-3-Clause licensed and maintained by Kazu Yamamoto
This version can be pinned in stack with:http2-1.3.0@sha256:b5548a5d3e1e4205d2e17b43783c357d502f2925a079f16876c52a9327d6184f,8830

Module documentation for 1.3.0

HTTP/2.0 library including frames and HPACK. Currently HTTP/2 16 framing and HPACK 10 is supported.

Changes

1.3.0

  • APIs Network.HTTP2.Priority are changed again. Precedence is introduced.

1.2.0

  • APIs of Network.HTTP2.Priority are changed. delete is provided. Internal data structure is changed from random skew heap to priority search queue.