renthraysk / quack

QPACK encoding & decoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUACK

Work in progress.

TODO list

  • Dymanic table support.

This package produces and consumes QPACK encoded headers.

It uses canonical (Content-Type) header name style of HTTP/1 & go/http. However it does ensure they are lower cased when they need to be present as literal names in header frames to comply with HTTP/3 RFC9114. Also will canonicalise incoming header names to HTTP/1 camel case style.

Notes

About

QPACK encoding & decoding


Languages

Language:Go 100.0%