All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.airlift.http.client.HttpVersion Maven / Gradle / Ivy

The newest version!
package io.airlift.http.client;

public enum HttpVersion
{
    HTTP_1,
    HTTP_2,
    HTTP_3,
    /**/;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy