I saw the below code in one of the Rest Clients built using Spring. This Rest Client is present within a REST service and is calling another REST service. What is the purpose of this statement?
return new BufferingClientHttpRequestFactory(new SimpleClientHttpRequestFactory())