create abstract method

HttpClient create()

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();