Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit fb09118

Browse files
committed
Add HttpHeaders.XTag
1 parent 6322891 commit fb09118

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceStack.Text/HttpUtils.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,6 +1027,8 @@ public static class HttpHeaders
10271027

10281028
public const string XAutoBatchCompleted = "X-AutoBatch-Completed"; // How many requests were completed before first failure
10291029

1030+
public const string XTag = "X-Tag";
1031+
10301032
public const string XUserAuthId = "X-UAId";
10311033

10321034
public const string XTrigger = "X-Trigger"; // Trigger Events on UserAgent

0 commit comments

Comments
 (0)