Package-level declarations
Types
Link copied to clipboard
Execute HTTP network requests to ArcGIS resources with this object. The ArcGISHttpClient
takes care of authentication with Network- and ArcGIS-secured resources. A singleton instance of ArcGISHttpClient
can be obtained from ArcGISEnvironment.arcGISHttpClient.
Link copied to clipboard
Intercepts network requests to observe, modify or short-circuit requests and their corresponding responses. Typical use cases for interceptors are network request logging, request mocking (for test implementations) or adding/removing/transforming headers on the request.