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

com.github.estuaryoss.agent.constants.HeaderConstants Maven / Gradle / Ivy

There is a newer version: 4.2.6
Show newest version
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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy