com.contrastsecurity.http.RequestConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of contrast-sdk-java Show documentation
Show all versions of contrast-sdk-java Show documentation
SDK for accessing and using the Contrast TeamServer REST API in Java
package com.contrastsecurity.http;
public class RequestConstants {
public static final String AUTHORIZATION = "Authorization";
public static final String API_KEY = "API-Key";
public static final String EXPAND_PARAM = "expand";
public static final String COMMA_DELIMITER = ",";
public static final String QUERY_SEPARATOR = "?";
public static final String EQUALS_SEPARATOR = "=";
public static final String AND_SEPARATOR = "&";
}