Package com.luciad.net.http
package com.luciad.net.http
HTTP Client API.
Provides high-level client interfaces to HTTP. The main classes defined are:
- Since:
- 2023.0
-
ClassDescriptionAn HTTP Client, implementation of the
IHttpClientinterface.Builderfor theHttpClientclass.A class representing an HTTP header and its value.An HTTP request.A builder ofHttpRequests.Enumeration representing HTTP request methods.Options to be sent with an HTTP request.Builderfor theHttpRequestOptionsclass.An HTTP response.Builderfor theHttpResponseclass.Interface for sending HTTP requests.