Interface HttpClient

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
JavaHttpClient, UrlConnectionClient

public interface HttpClient extends AutoCloseable
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