Package 

Interface HttpClient


  • 
    public interface HttpClient
    
                        

    An HTTP client performs HTTP requests.

    You may provide a custom implementation, or use the DefaultHttpClient one which relies on native APIs.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class HttpClient.Companion
    • Method Summary

      Modifier and Type Method Description
      abstract Try<HttpStreamResponse, HttpError> stream(HttpRequest request) Streams the resource from the given request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait