![JAR search and dependency download from the Maven repository](/logo.png)
com.rcore.restapi.headers.WebHeaders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api Show documentation
Show all versions of rest-api Show documentation
REST API component for Clean Arch apps
package com.rcore.restapi.headers;
public class WebHeaders {
public static final String X_AUTH_TOKEN = "X-Auth-Token";
public static final String X_DEVICE_TOKEN = "X-Device-Token";
public static final String X_DEVICE_TYPE = "X-Device-Type";
public static final String X_DEVICE_WIDTH = "X-Device-Width";
public static final String X_APPLICATION_VERSION = "X-Application-Version";
public static final String X_LANGUAGE = "X-Language";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy