Skip to content

Commit c0b4e49

Browse files
committed
Add the Accept-Query header constant
1 parent e92d711 commit c0b4e49

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

httpcore5/src/main/java/org/apache/hc/core5/http/HttpHeaders.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ private HttpHeaders() {
4848

4949
public static final String ACCEPT_RANGES = "Accept-Ranges";
5050

51+
/**
52+
* The RFC 10008 {@code Accept-Query} response header field name.
53+
*
54+
* @since 5.5
55+
*/
56+
public static final String ACCEPT_QUERY = "Accept-Query";
57+
5158
/**
5259
* The CORS {@code Access-Control-Allow-Credentials} response header field name.
5360
*/

0 commit comments

Comments
 (0)