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

com.hubspot.horizon.HttpClient Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.hubspot.horizon;

import com.hubspot.horizon.HttpRequest.Options;

import java.io.Closeable;

public interface HttpClient extends Closeable {
  HttpResponse execute(HttpRequest request) throws HttpRuntimeException;
  HttpResponse execute(HttpRequest request, Options options) throws HttpRuntimeException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy