vigor-fetch 2.0.2 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# vigor-fetch
|
|
2
2
|
|
|
3
|
-
**Vigor** is a lightweight (gzipped ~
|
|
3
|
+
**Vigor** is a lightweight (minified + gzipped ~4.3kb) TypeScript HTTP / Retry utility library.
|
|
4
4
|
Vigor provides a fluent, chainable API for building robust network logic with built-in retry, backoff, interceptors, parsing, and concurrency control.
|
|
5
5
|
|
|
6
6
|
---
|