1 parent 6322891 commit fb09118Copy full SHA for fb09118
1 file changed
src/ServiceStack.Text/HttpUtils.cs
@@ -1027,6 +1027,8 @@ public static class HttpHeaders
1027
1028
public const string XAutoBatchCompleted = "X-AutoBatch-Completed"; // How many requests were completed before first failure
1029
1030
+ public const string XTag = "X-Tag";
1031
+
1032
public const string XUserAuthId = "X-UAId";
1033
1034
public const string XTrigger = "X-Trigger"; // Trigger Events on UserAgent
0 commit comments