rekwest 3.0.0 → 3.0.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/README.md +1 -1
- package/dist/index.js +0 -1
- package/package.json +1 -1
- package/src/index.mjs +0 -1
package/README.md
CHANGED
|
@@ -125,7 +125,7 @@ console.log(res.body);
|
|
|
125
125
|
Uint8Array | URLSearchParams}** The body to send with the request
|
|
126
126
|
* `cookies` **{boolean | Array<[k, v]> | Cookies | Object | URLSearchParams}** `Default: true` The cookies to add to
|
|
127
127
|
the request
|
|
128
|
-
* `digest` **{boolean}** `Default: true` Controls whether to read the response stream or
|
|
128
|
+
* `digest` **{boolean}** `Default: true` Controls whether to read the response stream or simply add a mixin
|
|
129
129
|
* `follow` **{number}** `Default: 20` The number of redirects to follow
|
|
130
130
|
* `h2` **{boolean}** `Default: false` Forces the use of HTTP/2 protocol
|
|
131
131
|
* `headers` **{Object}** The headers to add to the request
|
package/dist/index.js
CHANGED
package/package.json
CHANGED