Posts by David Soares • 55 points
2 posts
- 
		3 votes1 answer754 viewsQ: Difference between Httpclientbuilder.create(). build(), Httpclients.createDefault() and DefaulthttpclientWhen creating an HTTP connection using: HttpClientBuilder.create().build(), HttpClients.createDefault() or: DefaultHttpClient. What’s the difference? private static CloseableHttpClient httpClient =… 
- 
		2 votes1 answer788 viewsQ: Problem with filters and routes in the LaravelHi. I am creating an api in the. And I have a problem with routes and filters for access. I have client, operator and administrator levels. I have routes that are common for client, operator and…