Interface HttpClient

  • All Known Implementing Classes:
    JavaHttpClient, UrlConnectionClient

    public interface HttpClient
    Simple Http client to make REST calls.

    Assumptions: - always send/receive JSON - set headers accordingly by default - very simple interactions w/ API - no cookies - no caching of connections. Could be slow