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

twitter4jads.internal.http.HttpClientWrapperConfiguration Maven / Gradle / Ivy

The newest version!
package twitter4jads.internal.http;

import java.util.Map;

public interface HttpClientWrapperConfiguration extends HttpClientConfiguration {
    /**
     * @return request headers
     */
    Map getRequestHeaders();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy