setExtraHTTPHeaders

This commit is contained in:
sjorsdonkers
2025-06-05 16:03:06 +02:00
parent fff0a8a522
commit f1672dd6d2
4 changed files with 72 additions and 5 deletions

View File

@@ -89,10 +89,11 @@ pub const Notification = struct {
};
pub const RequestStart = struct {
arena: Allocator,
id: usize,
url: *const std.Uri,
method: http_client.Request.Method,
headers: []std.http.Header,
headers: *std.ArrayListUnmanaged(std.http.Header),
has_body: bool,
};