Package com.azure.core.http.rest


package com.azure.core.http.rest

This package contains classes and interfaces that provide RESTful HTTP functionality for Azure SDKs.

The classes in this package allow you to send HTTP requests to Azure services and handle the responses. They also provide functionality for handling paged responses from Azure services, which is useful when dealing with large amounts of data.

Here are some of the key classes included in this package:

Each class provides useful methods and functionality for dealing with HTTP requests and responses. For example, the PagedIterable class provides methods for iterating over paged responses from Azure services.