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

com.brsanthu.googleanalytics.httpclient.HttpClient Maven / Gradle / Ivy

package com.brsanthu.googleanalytics.httpclient;

public interface HttpClient extends AutoCloseable {
    HttpResponse post(HttpRequest req);

    boolean isBatchSupported();

    HttpBatchResponse postBatch(HttpBatchRequest req);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy