You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: