aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/HeaderIterator.zig
AgeCommit message (Collapse)Author
2024-02-28std.http: header whitespace is optional, and not part of valueNameless
2024-02-28std.http: clear confusing trailer check, add sanity check for invalid field nameNameless
2024-02-25http: handle header fields with empty valueTechatrix
2024-02-23std.http.Server: expose arbitrary HTTP headersAndrew Kelley
Ultimate flexibility, just be sure to destroy the correct amount of information when looking at them.