zig/lib/std/http
Andrew Kelley 2df3de1e20 std.http.Server: no more dynamic allocation
In particular remove OutOfMemory from the error set for parsing client
http headers.
2024-02-23 02:37:11 -07:00
..
Server std.http.Server.Connection: remove dead code 2024-02-23 02:37:11 -07:00
Client.zig std.http.Client: remove invalid use of refAllDecls 2024-02-23 02:37:11 -07:00
protocol.zig std.http: parser fixes 2024-02-23 02:37:11 -07:00
Server.zig std.http.Server: no more dynamic allocation 2024-02-23 02:37:11 -07:00
test.zig std.net, std.http: simplify 2024-02-23 02:37:11 -07:00