zig/lib/std/http
Carl Åstholm 59ac0d1eed Deprecate suggestVectorSize in favor of suggestVectorLength
The function returns the vector length, not the byte size of the vector or the bit size of individual elements. This distinction is very important and some usages of this function in the stdlib operated under these incorrect assumptions.
2024-01-01 16:18:57 +01:00
..
Client.zig lib: correct unnecessary uses of 'var' 2023-11-19 09:55:07 +00:00
Headers.zig Fix http.Headers.initList 2023-10-30 20:35:24 +00:00
protocol.zig Deprecate suggestVectorSize in favor of suggestVectorLength 2024-01-01 16:18:57 +01:00
Server.zig x86_64: fix std test failures 2023-11-03 23:18:21 -04:00