| ... | @@ -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 | }; |
| 1763 | | 1756 | |
| 1764 | pub const FetchResult = struct { | 1757 | pub const FetchResult = struct { |