Changes for version 0.003 - 2026-02-08

  • Support streaming body callback in submit_request() for client-side bidirectional streams (e.g. Extended CONNECT / WebSocket over HTTP/2)
  • submit_request() body parameter now accepts CODE ref in addition to string; callback receives ($stream_id, $max_length) and returns ($data, $eof_flag) or undef to defer
  • Add streaming request test suite (t/20-streaming-request.t)

Documentation

Minimal HTTP/2 server for conformance testing

Modules

Perl XS bindings for nghttp2 HTTP/2 library
HTTP/2 session management