aboutsummaryrefslogtreecommitdiff
path: root/lib/std/http/Headers.zig
AgeCommit message (Expand)Author
2024-02-23std.http: remove Headers APIAndrew Kelley
2024-01-31http: optimize allocations for proxy basic authorizationJacob Young
2024-01-13std.http: add missing documentation and a few examplesNameless
2023-10-30Fix http.Headers.initListKarl Seguin
2023-10-21std.http: fix crashes found via fuzzingNameless
2023-10-21Fix simple doc mistakes. (#17624)JustinWayland
2023-08-29std.http: add Client.fetch and improve redirect logicNameless
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-06std.http: add simple standalone http tests, add state check for http serverNameless
2023-04-28std: update to use `@memcpy` directlyAndrew Kelley
2023-04-23http.Headers: Add `clearAndFree` and `clearRetainingCapacity`Ryan Liptak
2023-04-17std.http: use 'Field' to describe an individual headerNameless
2023-04-17std.http: add HeadersNameless