Package com.groiss.http
package com.groiss.http
HTTP client utilities.
-
ClassDescriptionThis class is designed to be used in any case you need to communicate with another server using the HTTP protocol.the HTTP methods supported by this clientWith this class the
Client
for HTTP based communication can be configured.This class is designed to be used to specify parameters (their names and values) for client calls but also to specify the base headers in theClientConfiguration
.This class implements the response of a request executed via one of the request methods ofClient
.