@@ -79,23 +79,28 @@ private HttpHeaders() {}
79
79
* @since 28.0
80
80
*/
81
81
public static final String CROSS_ORIGIN_RESOURCE_POLICY = "Cross-Origin-Resource-Policy" ;
82
+
82
83
/**
83
- * The HTTP <a href="https://tools .ietf.org/html/rfc8470">{@code Early-Data}</a> header field
84
- * name.
84
+ * The HTTP <a href="https://datatracker .ietf.org/doc/ html/rfc8470">{@code Early-Data}</a> header
85
+ * field name.
85
86
*
86
87
* @since 27.0
87
88
*/
88
89
public static final String EARLY_DATA = "Early-Data" ;
90
+
89
91
/** The HTTP {@code Expect} header field name. */
90
92
public static final String EXPECT = "Expect" ;
91
93
/** The HTTP {@code From} header field name. */
92
94
public static final String FROM = "From" ;
95
+
93
96
/**
94
- * The HTTP <a href="https://tools.ietf.org/html/rfc7239">{@code Forwarded}</a> header field name.
97
+ * The HTTP <a href="https://datatracker.ietf.org/doc/html/rfc7239">{@code Forwarded}</a> header
98
+ * field name.
95
99
*
96
100
* @since 20.0
97
101
*/
98
102
public static final String FORWARDED = "Forwarded" ;
103
+
99
104
/**
100
105
* The HTTP {@code Follow-Only-When-Prerender-Shown} header field name.
101
106
*
@@ -104,13 +109,15 @@ private HttpHeaders() {}
104
109
public static final String FOLLOW_ONLY_WHEN_PRERENDER_SHOWN = "Follow-Only-When-Prerender-Shown" ;
105
110
/** The HTTP {@code Host} header field name. */
106
111
public static final String HOST = "Host" ;
112
+
107
113
/**
108
- * The HTTP <a href="https://tools .ietf.org/html/rfc7540#section-3.2.1">{@code HTTP2-Settings}
109
- * </a> header field name.
114
+ * The HTTP <a href="https://datatracker .ietf.org/doc/ html/rfc7540#section-3.2.1">{@code
115
+ * HTTP2-Settings} </a> header field name.
110
116
*
111
117
* @since 24.0
112
118
*/
113
119
public static final String HTTP2_SETTINGS = "HTTP2-Settings" ;
120
+
114
121
/** The HTTP {@code If-Match} header field name. */
115
122
public static final String IF_MATCH = "If-Match" ;
116
123
/** The HTTP {@code If-Modified-Since} header field name. */
@@ -817,62 +824,71 @@ private ReferrerPolicyValues() {}
817
824
* @since 26.0
818
825
*/
819
826
public static final String SEC_METADATA = "Sec-Metadata" ;
827
+
820
828
/**
821
- * The HTTP <a href="https://tools .ietf.org/html/draft-ietf-tokbind-https">{@code
829
+ * The HTTP <a href="https://datatracker .ietf.org/doc /html/draft-ietf-tokbind-https">{@code
822
830
* Sec-Token-Binding}</a> header field name.
823
831
*
824
832
* @since 25.1
825
833
*/
826
834
public static final String SEC_TOKEN_BINDING = "Sec-Token-Binding" ;
835
+
827
836
/**
828
- * The HTTP <a href="https://tools .ietf.org/html/draft-ietf-tokbind-ttrp">{@code
837
+ * The HTTP <a href="https://datatracker .ietf.org/doc /html/draft-ietf-tokbind-ttrp">{@code
829
838
* Sec-Provided-Token-Binding-ID}</a> header field name.
830
839
*
831
840
* @since 25.1
832
841
*/
833
842
public static final String SEC_PROVIDED_TOKEN_BINDING_ID = "Sec-Provided-Token-Binding-ID" ;
843
+
834
844
/**
835
- * The HTTP <a href="https://tools .ietf.org/html/draft-ietf-tokbind-ttrp">{@code
845
+ * The HTTP <a href="https://datatracker .ietf.org/doc /html/draft-ietf-tokbind-ttrp">{@code
836
846
* Sec-Referred-Token-Binding-ID}</a> header field name.
837
847
*
838
848
* @since 25.1
839
849
*/
840
850
public static final String SEC_REFERRED_TOKEN_BINDING_ID = "Sec-Referred-Token-Binding-ID" ;
851
+
841
852
/**
842
- * The HTTP <a href="https://tools .ietf.org/html/rfc6455">{@code Sec-WebSocket-Accept}</a> header
843
- * field name.
853
+ * The HTTP <a href="https://datatracker .ietf.org/doc/ html/rfc6455">{@code
854
+ * Sec-WebSocket-Accept}</a> header field name.
844
855
*
845
856
* @since 28.0
846
857
*/
847
858
public static final String SEC_WEBSOCKET_ACCEPT = "Sec-WebSocket-Accept" ;
859
+
848
860
/**
849
- * The HTTP <a href="https://tools .ietf.org/html/rfc6455">{@code Sec-WebSocket-Extensions}</a>
850
- * header field name.
861
+ * The HTTP <a href="https://datatracker .ietf.org/doc/ html/rfc6455">{@code
862
+ * Sec-WebSocket-Extensions}</a> header field name.
851
863
*
852
864
* @since 28.0
853
865
*/
854
866
public static final String SEC_WEBSOCKET_EXTENSIONS = "Sec-WebSocket-Extensions" ;
867
+
855
868
/**
856
- * The HTTP <a href="https://tools .ietf.org/html/rfc6455">{@code Sec-WebSocket-Key}</a> header
857
- * field name.
869
+ * The HTTP <a href="https://datatracker .ietf.org/doc/ html/rfc6455">{@code Sec-WebSocket-Key}</a>
870
+ * header field name.
858
871
*
859
872
* @since 28.0
860
873
*/
861
874
public static final String SEC_WEBSOCKET_KEY = "Sec-WebSocket-Key" ;
875
+
862
876
/**
863
- * The HTTP <a href="https://tools .ietf.org/html/rfc6455">{@code Sec-WebSocket-Protocol}</a>
864
- * header field name.
877
+ * The HTTP <a href="https://datatracker .ietf.org/doc/ html/rfc6455">{@code
878
+ * Sec-WebSocket-Protocol}</a> header field name.
865
879
*
866
880
* @since 28.0
867
881
*/
868
882
public static final String SEC_WEBSOCKET_PROTOCOL = "Sec-WebSocket-Protocol" ;
883
+
869
884
/**
870
- * The HTTP <a href="https://tools .ietf.org/html/rfc6455">{@code Sec-WebSocket-Version}</a> header
871
- * field name.
885
+ * The HTTP <a href="https://datatracker .ietf.org/doc/ html/rfc6455">{@code
886
+ * Sec-WebSocket-Version}</a> header field name.
872
887
*
873
888
* @since 28.0
874
889
*/
875
890
public static final String SEC_WEBSOCKET_VERSION = "Sec-WebSocket-Version" ;
891
+
876
892
/**
877
893
* The HTTP <a href="https://patcg-individual-drafts.github.io/topics/">{@code
878
894
* Sec-Browsing-Topics}</a> header field name.
@@ -924,9 +940,18 @@ private ReferrerPolicyValues() {}
924
940
public static final String AD_AUCTION_ALLOWED = "Ad-Auction-Allowed" ;
925
941
926
942
/**
927
- * The HTTP <a href="https://tools.ietf.org/html/rfc8586">{@code CDN-Loop}</a> header field name.
943
+ * The HTTP <a href="https://datatracker.ietf.org/doc/html/rfc8586">{@code CDN-Loop}</a> header
944
+ * field name.
928
945
*
929
946
* @since 28.0
930
947
*/
931
948
public static final String CDN_LOOP = "CDN-Loop" ;
949
+
950
+ /**
951
+ * The HTTP <a href="https://datatracker.ietf.org/doc/html/rfc7838#page-8">{@code Alt-Svc}</a>
952
+ * header field name.
953
+ *
954
+ * @since NEXT
955
+ */
956
+ public static final String ALT_SVC = "Alt-Svc" ;
932
957
}
0 commit comments