Skip to content

Commit

Permalink
Adding Expect header of HTTP/1.1 spec
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam authored and mkarg committed Nov 11, 2020
1 parent 5b9a502 commit b0584c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jaxrs-api/src/main/java/jakarta/ws/rs/core/HttpHeaders.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010, 2019 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -197,6 +197,10 @@ public interface HttpHeaders {
* See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.19">HTTP/1.1 documentation</a>.
*/
public static final String ETAG = "ETag";
/**
* See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.20">HTTP/1.1 documentation</a>.
*/
public static final String EXPECT = "Expect";
/**
* See <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21">HTTP/1.1 documentation</a>.
*/
Expand Down

0 comments on commit b0584c1

Please sign in to comment.