Package api.equinix.javasdk.core.http


package api.equinix.javasdk.core.http
HTTP communication layer for the Equinix Java SDK. Contains EquinixHttpClient for executing authenticated HTTP requests against the Equinix API, including OAuth token management and automatic error-to-exception mapping. The Utils class provides URI construction helpers for building API endpoint URLs with path variables and query parameters. Sub-packages handle request construction and response deserialization.
See Also: