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

com.yandex.money.api.utils.HttpHeaders Maven / Gradle / Ivy

Go to download

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