mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
remove ResponseStorage
unused since 5ce8e9325b7aa15cbcc77221fc7075b6c46619cc
This commit is contained in:
parent
1d764c1fdf
commit
1a5cf072a8
@ -1752,13 +1752,6 @@ pub const FetchOptions = struct {
|
||||
url: []const u8,
|
||||
uri: Uri,
|
||||
};
|
||||
|
||||
pub const ResponseStorage = struct {
|
||||
list: *std.ArrayListUnmanaged(u8),
|
||||
/// If null then only the existing capacity will be used.
|
||||
allocator: ?Allocator = null,
|
||||
append_limit: std.Io.Limit = .unlimited,
|
||||
};
|
||||
};
|
||||
|
||||
pub const FetchResult = struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user