Gary Gregory created HTTPCORE-541:
-------------------------------------
Summary: Add HttpVersion.ALL for all HTTP versions known to
HttpCore.
Key: HTTPCORE-541
URL: https://issues.apache.org/jira/browse/HTTPCORE-541
Project: HttpComponents HttpCore
Issue Type: Bug
Components: HttpCore
Reporter: Gary Gregory
Fix For: 5.0-beta3
Add HttpVersion.ALL for all HTTP versions known to HttpCore:
{code:java}
/**
* All HTTP versions known to HttpCore.
*/
public static final HttpVersion[] ALL = \{HTTP_0_9, HTTP_1_0, HTTP_1_1,
HTTP_2_0};
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]