aboutsummaryrefslogtreecommitdiff
path: root/lib/Net.Http/src/HttpConfig.cs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net.Http/src/HttpConfig.cs')
-rw-r--r--lib/Net.Http/src/HttpConfig.cs7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/Net.Http/src/HttpConfig.cs b/lib/Net.Http/src/HttpConfig.cs
index 274e163..c74bdbb 100644
--- a/lib/Net.Http/src/HttpConfig.cs
+++ b/lib/Net.Http/src/HttpConfig.cs
@@ -1,5 +1,5 @@
/*
-* Copyright (c) 2023 Vaughn Nugent
+* Copyright (c) 2024 Vaughn Nugent
*
* Library: VNLib
* Package: VNLib.Net.Http
@@ -124,5 +124,10 @@ namespace VNLib.Net.Http
/// the server.
/// </summary>
public readonly IHttpCompressorManager? CompressorManager { get; init; } = null;
+
+ /// <summary>
+ /// Enables debug performance counters
+ /// </summary>
+ public readonly bool DebugPerformanceCounters { get; init; } = false;
}
} \ No newline at end of file