zig/lib/std/http
Jacob Young 9373abf7f7 std.http.Client: change ssl key log creation permission bits
This is the same mode used by openssh for private keys.  This does not
change the mode of an existing file, so users who need something
different can pre-create the file with their designed permissions or
change them after the fact, and running another process that writes to
the key log will not change it back.
2024-11-07 20:56:33 -05:00
..
ChunkParser.zig std.http.Server: reimplement chunked uploading 2024-02-23 02:37:11 -07:00
Client.zig std.http.Client: change ssl key log creation permission bits 2024-11-07 20:56:33 -05:00
HeaderIterator.zig std.http: header whitespace is optional, and not part of value 2024-02-28 15:12:43 -06:00
HeadParser.zig std.http.Server: reimplement chunked uploading 2024-02-23 02:37:11 -07:00
protocol.zig std.crypto.tls: implement TLSv1.2 2024-11-07 20:25:26 -05:00
Server.zig std.posix.iovec: use .base and .len instead of .iov_base and .iov_len 2024-04-28 00:20:30 -07:00
test.zig disable failing test 2024-09-19 18:20:22 -07:00
WebSocket.zig std.http.WebSocket: Make 'upgrade: websocket' check case-insensitive 2024-09-12 20:02:19 -07:00