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

com.teststeps.thekla4j.http.core.HttpClient Maven / Gradle / Ivy

package com.teststeps.thekla4j.http.core;

import com.teststeps.thekla4j.http.spp.HttpOptions;
import com.teststeps.thekla4j.http.spp.Request;
import io.vavr.control.Either;

public interface HttpClient {

  Either request(Request request, HttpOptions activityOptions);

  void destroy();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy