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

com.undefinedlabs.scope.network.HttpClient Maven / Gradle / Ivy

package com.undefinedlabs.scope.network;

import okhttp3.RequestBody;
import okhttp3.Response;

public interface HttpClient {

  Response get(final String path);

  Response post(final String path, final RequestBody request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy