-
-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ådd feature to blacklist some paths #754
Ådd feature to blacklist some paths #754
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #754 +/- ##
=======================================
Coverage 99.61% 99.62%
=======================================
Files 19 19
Lines 2352 2383 +31
Branches 208 211 +3
=======================================
+ Hits 2343 2374 +31
Misses 8 8
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Hey @arthurfiorette .... can i get some feedbacks on this? |
Hey, I think using the previous |
@arthurfiorette thanks for the swift response. And, also for making necessary changes. Was waiting for this feature in the lib ... will be very useful in my project. 🙌 |
Released under v1.4.0 |
Changes
exclude
option similar to the one inaxios-cache-adapter
Description
exclude.paths
are matched against current url. If current url matches with any excluded urls, then the response for that request is not cached.