Package org.azd.abstractions
Class HttpClientFactory
java.lang.Object
org.azd.abstractions.HttpClientFactory
Factory class to create an instance of HttpClient with request options.
-
Method Summary
Modifier and TypeMethodDescriptionstatic HttpClient
create
(RequestOption option) Creates a HttpClient object with passed request options.
-
Method Details
-
create
Creates a HttpClient object with passed request options.- Parameters:
option
- Request options to configure.- Returns:
- HttpClient
HttpClient
-