flask-rebar icon indicating copy to clipboard operation
flask-rebar copied to clipboard

ETag helpers

Open twosigmajab opened this issue 4 years ago • 0 comments

Flask-Smorest (a competing Flask extension that combines Flask, Marshmallow, and OpenAPI) offers an ETag helper. Since it's common for REST APIs to return the same objects in response to multiple GET requests, in which case 304s can provide a nice optimization, is there any interest in adding a similar ETag helper to Flask-Rebar?

twosigmajab avatar Nov 30 '20 19:11 twosigmajab