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

org.qas.api.Constants Maven / Gradle / Ivy

The newest version!
package org.qas.api;

/**
 * @author trongle
 * @version $Id 6/28/2017 4:48 PM
 */
public class Constants {
  private Constants() {

  }

  public interface Header {
    String X_ACTION = "x-qtest-action";
    String X_API_VERSION = "x-qtest-api-version";
    String X_NONCE = "x-qtest-nonce";
    String X_SERVICE_NAME = "x-qtest-service-name";
  }

  public interface ContentType {
    String JSON = "application/json;charset=UTF-8";
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy