authorgravatar for rpkak@noreply.codeberg.orgrpkak <rpkak@noreply.codeberg.org> 2025-09-06 07:47:44+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2025-09-05 22:50:14-07:00
log1a5cf072a8894976c1cd16d7132af671c7cdbb4d
tree551a86e9703779980d757931077e197baea74b54
parent1d764c1fdf04829cec5974d82cec901825a80e49

remove ResponseStorage

unused since 5ce8e9325b7aa15cbcc77221fc7075b6c46619cc

1 files changed, 0 insertions(+), 7 deletions(-)

lib/std/http/Client.zig-7
...@@ -1752,13 +1752,6 @@ pub const FetchOptions = struct {...@@ -1752,13 +1752,6 @@ pub const FetchOptions = struct {
1752 url: []const u8,1752 url: []const u8,
1753 uri: Uri,1753 uri: Uri,
1754 };1754 };
1755
1756 pub const ResponseStorage = struct {
1757 list: *std.ArrayListUnmanaged(u8),
1758 /// If null then only the existing capacity will be used.
1759 allocator: ?Allocator = null,
1760 append_limit: std.Io.Limit = .unlimited,
1761 };
1762};1755};
17631756
1764pub const FetchResult = struct {1757pub const FetchResult = struct {