Interface HttpRequestExecutor


public interface HttpRequestExecutor
The interface of an instance that knows how to execute an HttpRequest.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    execute(URI uri, HttpRequest<T> request)
    Sends the given HttpRequest to the given URI and returns the result.