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

com.databricks.sdk.core.http.HttpClient Maven / Gradle / Ivy

There is a newer version: 0.38.0
Show newest version
package com.databricks.sdk.core.http;

import java.io.IOException;

public interface HttpClient {
  Response execute(Request in) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy