0.4.0 • Published 2 years ago
@proxymanllc/better-node-fetch-cjs v0.4.0
Introduction
- A better version of node-fetch-commonjs
- Since node-fetch-commonjs doesn't support GET request with body, so I fork the library and modify the code to support GET request with body.
- This library use ProxymanApp/better-node-fetch
How to build and publish
- Run
npm i - Run
node build.js - Cd to folder lib
- Run
npm login - Run
npm publish --access public