http_client 3.5.3 API
This port provides a common interface for using HTTP clients. Many adapters can be developed to use different technologies.
Its main functionalities are:
HTTP, HTTPS and HTTP/2 support
Body encoding/decoding
Request/response exchange
Form submissions
Cookie management
File uploading/downloading
This module is not meant to be used directly. You should include an Adapter implementing this feature (as /http_client_jetty) in order to create HTTP clients.
You create an HTTP Client instance with default options as follows:
See: Description
| Package | Description |
|---|---|
| com.hexagonkt.http.client | This package holds the classes that define the HTTP client and its configuration settings. |