Files
zig/src
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
..
2024-02-01 15:22:36 +02:00
2023-11-25 12:28:19 +02:00
2024-02-01 15:22:36 +02:00
2023-11-22 19:08:55 -07:00
2024-01-10 09:30:24 -08:00
2024-01-20 00:24:39 +00:00
2024-01-01 17:51:18 -07:00