Skip to content

Commit

Permalink
Adds constants for Sec-Metadata header.
Browse files Browse the repository at this point in the history
https://github.com/mikewest/sec-metadata

RELNOTES=Adds constants for Sec-Metadata header.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=203268410
  • Loading branch information
juergw authored and ronshapiro committed Jul 13, 2018
1 parent c9add81 commit 986a3a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions android/guava/src/com/google/common/net/HttpHeaders.java
Expand Up @@ -384,6 +384,13 @@ private ReferrerPolicyValues() {}
*/
public static final String PING_TO = "Ping-To";

/**
* The HTTP <a href="https://github.com/mikewest/sec-metadata">{@code Sec-Metadata}</a> header
* field name.
*
* @since NEXT
*/
public static final String SEC_METADATA = "Sec-Metadata";
/**
* The HTTP <a href="https://tools.ietf.org/html/draft-ietf-tokbind-https">{@code
* Sec-Token-Binding}</a> header field name.
Expand Down
7 changes: 7 additions & 0 deletions guava/src/com/google/common/net/HttpHeaders.java
Expand Up @@ -384,6 +384,13 @@ private ReferrerPolicyValues() {}
*/
public static final String PING_TO = "Ping-To";

/**
* The HTTP <a href="https://github.com/mikewest/sec-metadata">{@code Sec-Metadata}</a> header
* field name.
*
* @since NEXT
*/
public static final String SEC_METADATA = "Sec-Metadata";
/**
* The HTTP <a href="https://tools.ietf.org/html/draft-ietf-tokbind-https">{@code
* Sec-Token-Binding}</a> header field name.
Expand Down

0 comments on commit 986a3a3

Please sign in to comment.