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

cz.jalasoft.net.http.HttpHeader Maven / Gradle / Ivy

The newest version!
package cz.jalasoft.net.http;

/**
 * Created by Honza Lastovicka on 18.5.15.
 */
public final class HttpHeader {

    public static final String HOST = "Host";
    public static final String CONTENT_TYPE = "Content-Type";
    public static final String CONTENT_LENGTH = "Content-Length";
    public static final String ACCEPT = "Accept";
    public static final String ACCEPT_ENCODING = "Accept-Encoding";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy