net.accelbyte.sdk.core.HttpHeaders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
AccelByte Gaming Services Java Extend SDK generated from OpenAPI specs
The newest version!
/*
* Copyright (c) 2022 AccelByte Inc. All Rights Reserved
* This is licensed software from AccelByte Inc, for limitations
* and restrictions contact your company contract manager.
*/
package net.accelbyte.sdk.core;
import java.util.HashMap;
public class HttpHeaders extends HashMap {
public static final String AUTHORIZATION = "Authorization";
public static final String CONTENT_TYPE = "Content-Type";
public static final String USER_AGENT = "User-Agent";
public static final String COOKIE = "Cookie";
public static final String X_AMZN_TRACE_ID = "X-Amzn-Trace-Id";
public static final String X_FLIGHT_ID = "X-Flight-Id";
}