zig/lib/std/http
Isaac Freund 0cfd07bc86
http.BodyWriter: handle EOF in chunkedSendFile, simplify
With these changes, the `zig std` command now works again and doesn't
trigger assertion failures or mess up the chunked transfer encoding.
2025-08-16 22:07:16 +02:00
..
ChunkParser.zig std.http: rework for new std.Io API 2025-08-07 10:04:28 -07:00
Client.zig http.BodyWriter: handle EOF in chunkedSendFile, simplify 2025-08-16 22:07:16 +02:00
HeaderIterator.zig std.http: header whitespace is optional, and not part of value 2024-02-28 15:12:43 -06:00
HeadParser.zig x86_64: implement integer @reduce(.Add) 2025-05-28 15:10:22 -04:00
Server.zig http.BodyWriter: handle EOF in chunkedSendFile, simplify 2025-08-16 22:07:16 +02:00
test.zig std.compress.zstd.Decompress fixes 2025-08-15 10:44:35 -07:00