mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-30 15:41:48 +00:00
setExtraHTTPHeaders
This commit is contained in:
@@ -75,7 +75,7 @@ pub fn CDPT(comptime TypeProvider: type) type {
|
||||
notification_arena: std.heap.ArenaAllocator,
|
||||
|
||||
// Extra headers to add to all requests. TBD under which conditions this should be reset.
|
||||
extra_headers: std.ArrayListUnmanaged(std.http.Header) = .empty,
|
||||
extra_headers: std.ArrayListUnmanaged([*c]const u8) = .empty,
|
||||
|
||||
network_state: NetworkState,
|
||||
intercept_state: InterceptState,
|
||||
|
||||
Reference in New Issue
Block a user