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

Commit b8d149e

Browse files
committed
Add XPoweredBy
1 parent a15afd4 commit b8d149e

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

16301630
public const string XStatus = "X-Status";
16311631

1632+
public const string XPoweredBy = "X-Powered-By";
1633+
16321634
public const string Referer = "Referer";
16331635

16341636
public const string CacheControl = "Cache-Control";

0 commit comments

Comments
 (0)