com.github.estuaryoss.agent.constants.HeaderConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of agent Show documentation
Show all versions of agent Show documentation
RestAPI service which runs shell commands via REST API
package com.github.estuaryoss.agent.constants;
public class HeaderConstants {
public static final String X_REQUEST_ID = "X-Request-ID";
public static final String FILE_PATH = "File-Path";
public static final String FOLDER_PATH = "Folder-Path";
public static final String TOKEN = "Token";
}