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

uk.co.mruoc.rest.client.header.CommonHeaderName Maven / Gradle / Ivy

package uk.co.mruoc.rest.client.header;

import org.apache.http.HttpHeaders;

public interface CommonHeaderName {

    String AUTHORIZATION = HttpHeaders.AUTHORIZATION;
    String ACCEPT = HttpHeaders.ACCEPT;
    String CONTENT_TYPE = HttpHeaders.CONTENT_TYPE;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy