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
IHttpClient
interface.Builder
for theHttpClient
class.A class representing an HTTP header and its value.An HTTP request.A builder ofHttpRequest
s.Enumeration representing HTTP request methods.Options to be sent with an HTTP request.Builder
for theHttpRequestOptions
class.An HTTP response.Builder
for theHttpResponse
class.Interface for sending HTTP requests.