zig/lib/std/http
Andrew Kelley 5378fdb153 std.fmt: fully remove format string from format methods
Introduces `std.fmt.alt` which is a helper for calling alternate format
methods besides one named "format".
2025-07-07 22:43:53 -07:00
..
ChunkParser.zig std.http.Server: reimplement chunked uploading 2024-02-23 02:37:11 -07:00
Client.zig std.fmt: fully remove format string from format methods 2025-07-07 22:43:53 -07:00
HeaderIterator.zig std.http: header whitespace is optional, and not part of value 2024-02-28 15:12:43 -06:00
HeadParser.zig x86_64: implement integer @reduce(.Add) 2025-05-28 15:10:22 -04:00
protocol.zig std.io: deprecated Reader/Writer; introduce new API 2025-07-07 22:43:51 -07:00
Server.zig Revert "std.http.Server: add Request.getHeader() function (#21625)" 2025-01-27 11:13:56 -08:00
test.zig std.fmt: breaking API changes 2025-07-07 22:43:51 -07:00
WebSocket.zig Added check for HTTP version and GET method when upgrading WebSocket to comply with RFC 6455. (#23332) 2025-03-25 15:00:50 +01:00