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

io.joshworks.restclient.Constants Maven / Gradle / Ivy

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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy