Heya! I’m trying to find some ideas on how to handle Etags on the client-side from within Webflux http client(WebClient.Builder)
Wondering if it would build the response based on the server’s response(cached payload if 304 or a new one if 200).
Something similar to the way that Retrofit2 does. Anyone?