com.yandex.money.api.utils.HttpHeaders Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ym-java-epr-sdk Show documentation
Show all versions of ym-java-epr-sdk Show documentation
This Java library contains classes that allows you to do payments using Yandex.Money public API.
The newest version!
package com.yandex.money.api.utils;
/**
* This is not complete list of headers.
*
* @author Slava Yasevich ([email protected])
*/
public final class HttpHeaders {
public static final String ACCEPT_LANGUAGE = "Accept-Language";
public static final String AUTHORIZATION = "Authorization";
public static final String CONTENT_LENGTH = "Content-Length";
public static final String CONTENT_TYPE = "Content-Type";
public static final String LOCATION = "Location";
public static final String USER_AGENT = "User-Agent";
public static final String WWW_AUTHENTICATE = "WWW-Authenticate";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy