| author | |
| committer | |
| log | 1a5cf072a8894976c1cd16d7132af671c7cdbb4d |
| tree | 551a86e9703779980d757931077e197baea74b54 |
| parent | 1d764c1fdf04829cec5974d82cec901825a80e49 |
unused since 5ce8e9325b7aa15cbcc77221fc7075b6c46619cc1 files changed, 0 insertions(+), 7 deletions(-)
lib/std/http/Client.zig-7| ... | ... | @@ -1752,13 +1752,6 @@ pub const FetchOptions = struct { |
| 1752 | 1752 | url: []const u8, |
| 1753 | 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 | 1757 | pub const FetchResult = struct { |