mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
pico headers are now mutable
This commit is contained in:
@@ -91,7 +91,7 @@ pub const Response = struct {
|
||||
minor_version: usize,
|
||||
status_code: usize,
|
||||
status: []const u8,
|
||||
headers: []const Header,
|
||||
headers: []Header,
|
||||
bytes_read: c_int = 0,
|
||||
|
||||
pub fn format(self: Response, comptime _: []const u8, _: fmt.FormatOptions, writer: anytype) !void {
|
||||
|
||||
Reference in New Issue
Block a user