mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
setExtraHTTPHeaders
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user