Skip to content

Commit c8ba5ac

Browse files
feature(#6): this commit introduces the constant for the correlation header.
1 parent dcccc34 commit c8ba5ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • Boundaries/Comanda.Orchestrator/Source/Comanda.Orchestrator.WebApi/Constants

Boundaries/Comanda.Orchestrator/Source/Comanda.Orchestrator.WebApi/Constants/Headers.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ public static class Headers
88
public const string Pagination = "X-Pagination";
99
public const string Authorization = "Authorization";
1010
public const string Idempotency = "Idempotency-Key";
11+
public const string Correlation = "Correlation";
1112
}

0 commit comments

Comments
 (0)