CDN Resources for http-proxy
Various ways to access http-proxy via Content Delivery Networks
Package Installation
npm
npm install http-proxyyarn
yarn add http-proxypnpm
pnpm add http-proxyCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/http-proxy"></script>Unpkg
<script src="https://unpkg.com/http-proxy"></script>jsDelivr ESM
<script type="module">
import httpproxy from 'https://cdn.jsdelivr.net/npm/http-proxy/+esm';
</script>Skypack
<script type="module">
import httpproxy from 'https://cdn.skypack.dev/http-proxy';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages