mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user