Package com.azure.core.http.jdk.httpclient


package com.azure.core.http.jdk.httpclient
Package containing an HTTP client for azure-core using the JDK HttpClient APIs.
  • Classes
    Class
    Description
    Builder to configure and build an instance of the azure-core HttpClient type using the JDK HttpClient APIs, first introduced as preview in JDK 9, but made generally available from JDK 11 onwards.
    An HttpClientProvider that provides an implementation of HttpClient based on native JDK HttpClient.