setExtraHTTPHeaders

This commit is contained in:
sjorsdonkers
2025-08-13 14:54:59 +02:00
parent c0106a238b
commit 7d05712f40
2 changed files with 6 additions and 21 deletions

View File

@@ -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,