HttpVersion
HTTP versions known to this protocol.
Content copied to clipboard
elide.http.HttpVersion
Properties
Link copied to clipboard
HTTP 1.0.
Content copied to clipboard
HTTP_1_0 = 1;
Link copied to clipboard
HTTP 1.1.
Content copied to clipboard
HTTP_1_1 = 2;
Link copied to clipboard
HTTP 2.0.
Content copied to clipboard
HTTP_2_0 = 3;
Link copied to clipboard
HTTP 3.0.
Content copied to clipboard
HTTP_3_0 = 4;
Link copied to clipboard
Unspecified HTTP version; this indicates a forward-incompatible value and should not be used by regular code.
Content copied to clipboard
UNSPECIFIED_HTTP_VERSION = 0;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.