create abstract method
Creates and returns a new instance of HttpClient.
Implementations should override this method to provide the desired configuration for the HttpClient instance.
Implementation
HttpClient create();
Creates and returns a new instance of HttpClient.
Implementations should override this method to provide the desired configuration for the HttpClient instance.
HttpClient create();