You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by GitBox <gi...@apache.org> on 2021/11/03 19:53:58 UTC

[GitHub] [httpcomponents-core] arturobernalg commented on a change in pull request #316: HTTPCORE-693 - Add HttpHeaders headers.

arturobernalg commented on a change in pull request #316:
URL: https://github.com/apache/httpcomponents-core/pull/316#discussion_r742282468



##########
File path: httpcore5/src/main/java/org/apache/hc/core5/http/HttpHeaders.java
##########
@@ -131,6 +143,10 @@ private HttpHeaders() {
     public static final String FROM = "From";
 
     public static final String HOST = "Host";
+    /**
+     * The HTTP {@code HTTP2-Settings} header field name.
+     */
+    public static final String HTTP2_SETTINGS = " HTTP2-Settings";

Review comment:
       Hi @garydgregory 
   Fixed.
   TY




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org