File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed 
android/guava/src/com/google/common/net 
guava/src/com/google/common/net Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,12 @@ private ReferrerPolicyValues() {}
304304  public  static  final  String  LINK  = "Link" ;
305305  /** The HTTP {@code Location} header field name. */ 
306306  public  static  final  String  LOCATION  = "Location" ;
307+   /** 
308+    * The HTTP {@code Keep-Alive} header field name. 
309+    * 
310+    * @since NEXT 
311+    */ 
312+   public  static  final  String  KEEP_ALIVE  = "Keep-Alive" ;
307313  /** 
308314   * The HTTP <a href="https://googlechrome.github.io/OriginTrials/#header">{@code Origin-Trial}</a> 
309315   * header field name. 
Original file line number Diff line number Diff line change @@ -304,6 +304,12 @@ private ReferrerPolicyValues() {}
304304  public  static  final  String  LINK  = "Link" ;
305305  /** The HTTP {@code Location} header field name. */ 
306306  public  static  final  String  LOCATION  = "Location" ;
307+   /** 
308+    * The HTTP {@code Keep-Alive} header field name. 
309+    * 
310+    * @since NEXT 
311+    */ 
312+   public  static  final  String  KEEP_ALIVE  = "Keep-Alive" ;
307313  /** 
308314   * The HTTP <a href="https://googlechrome.github.io/OriginTrials/#header">{@code Origin-Trial}</a> 
309315   * header field name. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments