Package com.databricks.sdk.core.http
Interface HttpClient
-
- All Known Implementing Classes:
CommonsHttpClient
public interface HttpClient
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Response
execute(Request in)
-
-
-
Method Detail
-
execute
Response execute(Request in) throws IOException
- Throws:
IOException
-
-