I am trying to create the HTTPClient for building a framework using Apache HTTPClient in Java for REST webservices.
Here I found that we can create the client using the below two ways. I want to know the difference between them.
1.HTTPCLientBuilder.create().build()
2.HTTPClients.custom().build()