aboutsummaryrefslogtreecommitdiff
path: root/test/headerstest.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply code review suggestionsThijs Schreijer5 days1-1/+1
| | | Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* feat(headers): dynamically create cononicalized headersThijs Schreijer5 days1-0/+131
Instead of a static list dynamically add entries in proper casing. Also allowing to add non-standard ones through `setcanonic`. closes #442 fixes #440