Skip to content

Commit

Permalink
Add "Sec-Ad-Auction-Fetch" header.
Browse files Browse the repository at this point in the history
Add "Ad-Auction-Signals" header.

Spec: https://wicg.github.io/turtledove/#handling-direct-from-seller-signals.
RELNOTES=N/A
PiperOrigin-RevId: 576620177
  • Loading branch information
java-team-github-bot authored and Google Java Core Libraries committed Oct 27, 2023
1 parent ccec5c3 commit 9f60896
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
19 changes: 19 additions & 0 deletions android/guava/src/com/google/common/net/HttpHeaders.java
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,25 @@ private ReferrerPolicyValues() {}
* @since 32.0.0
*/
public static final String OBSERVE_BROWSING_TOPICS = "Observe-Browsing-Topics";

/**
* The HTTP <a
* href="https://wicg.github.io/turtledove/#handling-direct-from-seller-signals">{@code
* Sec-Ad-Auction-Fetch}</a> header field name.
*
* @since NEXT
*/
public static final String SEC_AD_AUCTION_FETCH = "Sec-Ad-Auction-Fetch";

/**
* The HTTP <a
* href="https://wicg.github.io/turtledove/#handling-direct-from-seller-signals">{@code
* Ad-Auction-Signals}</a> header field name.
*
* @since NEXT
*/
public static final String AD_AUCTION_SIGNALS = "Ad-Auction-Signals";

/**
* The HTTP <a href="https://tools.ietf.org/html/rfc8586">{@code CDN-Loop}</a> header field name.
*
Expand Down
19 changes: 19 additions & 0 deletions guava/src/com/google/common/net/HttpHeaders.java
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,25 @@ private ReferrerPolicyValues() {}
* @since 32.0.0
*/
public static final String OBSERVE_BROWSING_TOPICS = "Observe-Browsing-Topics";

/**
* The HTTP <a
* href="https://wicg.github.io/turtledove/#handling-direct-from-seller-signals">{@code
* Sec-Ad-Auction-Fetch}</a> header field name.
*
* @since NEXT
*/
public static final String SEC_AD_AUCTION_FETCH = "Sec-Ad-Auction-Fetch";

/**
* The HTTP <a
* href="https://wicg.github.io/turtledove/#handling-direct-from-seller-signals">{@code
* Ad-Auction-Signals}</a> header field name.
*
* @since NEXT
*/
public static final String AD_AUCTION_SIGNALS = "Ad-Auction-Signals";

/**
* The HTTP <a href="https://tools.ietf.org/html/rfc8586">{@code CDN-Loop}</a> header field name.
*
Expand Down

0 comments on commit 9f60896

Please sign in to comment.