@cimo/request 1.5.13 → 1.5.14
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
|
@@ -19,7 +19,7 @@ Writed with native Typescript code and no dependencies are used.
|
|
|
19
19
|
|
|
20
20
|
1. Link for npm package -> https://www.npmjs.com/package/@cimo/request
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## Info
|
|
23
23
|
|
|
24
24
|
Support the encoding if your application have some firewall like "azure waf".
|
|
25
25
|
The request body will be fully encoded and from backend need be decoded and processed.
|