Tag: codecs

  • How to consume a large response using Spring WebClient?

    Spring WebClient is a new library provided by Spring to call REST services. It can be used to call rest services in an asynchronous way. Spring team is planning to retire RestTemplate and so it is better to start using Spring WebClients in your projects even for synchronous calls. And if you do use Spring…