Class UrlConnectionClient

java.lang.Object
org.projectnessie.client.http.impl.jdk8.UrlConnectionClient
All Implemented Interfaces:
AutoCloseable, HttpClient

public final class UrlConnectionClient extends Object implements 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