Class HttpClient

java.lang.Object
io.camunda.client.impl.http.HttpClient
All Implemented Interfaces:
AutoCloseable

public final class HttpClient extends Object implements AutoCloseable
Thin abstraction layer on top of Apache's HTTP client to wire up the expected Orchestration Cluster API conventions, e.g. errors are always ProblemDetail, content type is always JSON, etc.