Add project files.

This commit is contained in:
2024-08-16 11:24:48 +02:00
parent 6e24754b23
commit 6e4501f373
22 changed files with 682 additions and 0 deletions
@@ -0,0 +1,6 @@
namespace AspNetCore.Extensions.Options;
public sealed class CorrelationVectorOptions
{
public string Header { get; set; } = "X-Correlation-Vector";
}