zig/lib/std/http
Andrew Kelley f58c59f89f std.http.Server: don't emit Server HTTP header
Let the user add that if they wish to. It's not strictly necessary, and
arguably a harmful default.
2024-02-23 02:37:10 -07:00
..
Client.zig add deflate implemented from first principles 2024-02-14 18:28:20 +01:00
Headers.zig http: optimize allocations for proxy basic authorization 2024-01-31 15:00:27 +01:00
protocol.zig std.http.Client: read response messages with no length until eof 2024-01-18 15:43:58 -08:00
Server.zig std.http.Server: don't emit Server HTTP header 2024-02-23 02:37:10 -07:00