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

Commit b5cf79c

Browse files
committed
Add new HttpHeaders.XAutoBatchCompleted
1 parent ca22d3c commit b5cf79c

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
@@ -999,6 +999,8 @@ public static class HttpHeaders
999999

10001000
public const string XHttpMethodOverride = "X-Http-Method-Override";
10011001

1002+
public const string XAutoBatchCompleted = "X-AutoBatch-Completed"; // How many requests were completed before first failure
1003+
10021004
public const string XUserAuthId = "X-UAId";
10031005

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

0 commit comments

Comments
 (0)