io.joshworks.restclient.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unirest-java Show documentation
Show all versions of unirest-java Show documentation
Rest Java client based on Unirest
package io.joshworks.restclient;
/**
* Created by Josh Gontijo on 5/4/17.
*/
public class Constants {
public static final String UTF_8 = "UTF-8";
public static final String QUESTION_MARK = "?";
public static final String AMPERSAND = "&";
public static final String EQUALS = "=";
public static final String GZIP = "gzip";
}