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

Commit 98f6365

Browse files
committed
Add Vary Cache Header
1 parent 0add696 commit 98f6365

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

11091109
public const string Expires = "Expires";
11101110

1111+
public const string Vary = "Vary";
1112+
11111113
public const string Authorization = "Authorization";
11121114

11131115
public const string WwwAuthenticate = "WWW-Authenticate";

0 commit comments

Comments
 (0)