zig/lib/std/http
Andrew Kelley 90bd4f226e std.http: remove the ability to heap-allocate headers
The buffer for HTTP headers is now always provided via a static buffer.
As a consequence, OutOfMemory is no longer a member of the read() error
set, and the API and implementation of Client and Server are simplified.

error.HttpHeadersExceededSizeLimit is renamed to
error.HttpHeadersOversize.
2024-02-23 02:37:10 -07:00
..
Client.zig std.http: remove the ability to heap-allocate headers 2024-02-23 02:37:10 -07:00
Headers.zig http: optimize allocations for proxy basic authorization 2024-01-31 15:00:27 +01:00
protocol.zig std.http: remove the ability to heap-allocate headers 2024-02-23 02:37:10 -07:00
Server.zig std.http: remove the ability to heap-allocate headers 2024-02-23 02:37:10 -07:00