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