http_request_fail

This commit is contained in:
sjorsdonkers
2025-08-12 15:20:48 +02:00
parent 77eee7f087
commit a49154acf4
3 changed files with 24 additions and 10 deletions

View File

@@ -103,9 +103,8 @@ pub const Notification = struct {
};
pub const RequestFail = struct {
id: usize,
url: *const std.Uri,
err: []const u8,
request: *Request,
err: anyerror,
};
pub const RequestComplete = struct {