got 12.3.0 → 12.3.1
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/dist/source/core/options.js +0 -1
- package/package.json +1 -1
- package/readme.md +2 -0
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -139,6 +139,8 @@ For advanced JSON usage, check out the [`parseJson`](documentation/2-options.md#
|
|
|
139
139
|
|
|
140
140
|
## Documentation
|
|
141
141
|
|
|
142
|
+
By default, Got will retry on failure. To disable this option, set [`options.retry.limit`](documentation/7-retry.md#retry) to 0.
|
|
143
|
+
|
|
142
144
|
#### Main API
|
|
143
145
|
|
|
144
146
|
- [x] [Promise API](documentation/1-promise.md)
|