File tree 2 files changed +14
-0
lines changed
android/guava/src/com/google/common/net
guava/src/com/google/common/net
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -316,6 +316,13 @@ private ReferrerPolicyValues() {}
316
316
* @since 31.0
317
317
*/
318
318
public static final String KEEP_ALIVE = "Keep-Alive" ;
319
+ /**
320
+ * The HTTP <a href="https://github.com/WICG/nav-speculation/blob/main/no-vary-search.md">{@code
321
+ * No-Vary-Seearch}</a> header field name.
322
+ *
323
+ * @since NEXT
324
+ */
325
+ public static final String NO_VARY_SEARCH = "No-Vary-Search" ;
319
326
/**
320
327
* The HTTP <a href="https://googlechrome.github.io/OriginTrials/#header">{@code Origin-Trial}</a>
321
328
* header field name.
Original file line number Diff line number Diff line change @@ -316,6 +316,13 @@ private ReferrerPolicyValues() {}
316
316
* @since 31.0
317
317
*/
318
318
public static final String KEEP_ALIVE = "Keep-Alive" ;
319
+ /**
320
+ * The HTTP <a href="https://github.com/WICG/nav-speculation/blob/main/no-vary-search.md">{@code
321
+ * No-Vary-Seearch}</a> header field name.
322
+ *
323
+ * @since NEXT
324
+ */
325
+ public static final String NO_VARY_SEARCH = "No-Vary-Search" ;
319
326
/**
320
327
* The HTTP <a href="https://googlechrome.github.io/OriginTrials/#header">{@code Origin-Trial}</a>
321
328
* header field name.
You can’t perform that action at this time.
0 commit comments