![JAR search and dependency download from the Maven repository](/logo.png)
com.adobe.platform.operation.internal.http.DefaultRequestHeaders Maven / Gradle / Ivy
/*
* Copyright 2019 Adobe
* All Rights Reserved.
*
* NOTICE: Adobe permits you to use, modify, and distribute this file in
* accordance with the terms of the Adobe license agreement accompanying
* it. If you have received this file from a source other than Adobe,
* then your use, modification, or distribution of it requires the prior
* written permission of Adobe.
*/
package com.adobe.platform.operation.internal.http;
public class DefaultRequestHeaders {
public static final String ACCEPT_HEADER_NAME = "Accept";
public static final String DC_REQUEST_ID_HEADER_KEY = "x-request-id";
static final String CONTENT_TYPE_HEADER_NAME = "Content-Type";
static final String AUTHORIZATION_HEADER_NAME = "Authorization";
public static final String LOCATION_HEADER_NAME = "location";
public static final String X_API_KEY_HEADER_NAME = "x-api-key";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy