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

io.getstream.core.http.HTTPClient Maven / Gradle / Ivy

There is a newer version: 3.15.0
Show newest version
package io.getstream.core.http;

import java8.util.concurrent.CompletableFuture;

public abstract class HTTPClient {
  public static Request.Builder requestBuilder() {
    return Request.builder();
  }

  public abstract  T getImplementation();

  public abstract CompletableFuture execute(Request request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy