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