cz.jalasoft.net.http.HttpHeader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of HttpClient Show documentation
Show all versions of HttpClient Show documentation
API for communicating over HTTP.
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