CDN Resources for http-proxy
Various ways to access http-proxy via Content Delivery Networks
Package Installation
npm
npm install http-proxy
yarn
yarn add http-proxy
pnpm
pnpm add http-proxy
CDN 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