flipt-io / flipt-client-sdks

Flipt Client-Side Evaluation SDKs
https://www.flipt.io/docs/integration/client
MIT License
5 stars 6 forks source link

[FLI-1079] support etag headers #294

Open markphelps opened 1 week ago

markphelps commented 1 week ago

We should support Etag / caching in HTTP parser so that we can save data roundtrips in the case that nothing changed on the server.

First we'll need to support Etags in the evaluation data API response in Flipt server Then we can add support to the requests for data in the engine

FLI-1079