README
Install
npm install utilities-forwarder
Usage
const forwarder = require("utilities-forwarder")(options);
The options can refer to https://github.com/nodejitsu/node-http-proxy
Http/Https request forwarder.
<script type="module">
import utilitiesForwarder from 'https://cdn.skypack.dev/utilities-forwarder';
</script>
npm install utilities-forwarder
const forwarder = require("utilities-forwarder")(options);
The options can refer to https://github.com/nodejitsu/node-http-proxy