You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2025. It is now read-only.
The decoder should be fed HTTP/2 HEADERS blocks and dynamic table resize instructions; it should output http.headers objects. Vice-versa for the encoder.
Now that ziglang/zig#2263 is merged, it's possible to write a HPACK module.
The decoder should be fed HTTP/2
HEADERSblocks and dynamic table resize instructions; it should outputhttp.headersobjects. Vice-versa for the encoder.Related:
Note: I'm happy to mentor on this task if someone picks it up.