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