zig/lib/std/http
Andrew Kelley 922ab8b8bc std: finish moving time to Io interface
Importantly, adds ability to get Clock resolution, which may be zero.
This allows error.Unexpected and error.ClockUnsupported to be removed
from timeout and clock reading error sets.
2026-02-02 23:02:31 -08:00
..
ChunkParser.zig std.http: rework for new std.Io API 2025-08-07 10:04:28 -07:00
Client.zig std: finish moving time to Io interface 2026-02-02 23:02:31 -08:00
HeaderIterator.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-05 14:31:27 +01:00
HeadParser.zig x86_64: implement integer @reduce(.Add) 2025-05-28 15:10:22 -04:00
Server.zig std: replace usages of std.mem.indexOf with std.mem.find 2025-12-05 14:31:27 +01:00
test.zig std.http.test: disable tests on openbsd 2026-01-12 18:44:32 +01:00