http2

HTTP/2.0 library including frames and HPACK

Version on this page:1.3.1
LTS Haskell 22.17:5.0.1
Stackage Nightly 2024-04-19:5.0.1
Latest on Hackage:5.1.4

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.1@sha256:ccaa0c23be3278349682503a8d22e42144a0feb358c1e2649b509974cf401b40,8751

Module documentation for 1.3.1

HTTP/2.0 library including frames and HPACK.

Changes

1.3.1

  • Defining IllegalTableSizeUpdate.

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.