Why I am getting DefaultHttpClient is deprecated?

Use this:

HttpClient httpclient = HttpClientBuilder.create().build();

Refer to this stackoverflow post

Leave a Comment