Class HttpClient


  • public class HttpClient
    extends java.lang.Object
    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