Installation
in version 2, nhttp is published to jsr. You can install it as follows.
- Deno
- deno.land
- npm
- Bun
- Yarn
- pnpm
deno add @nhttp/nhttp
import nhttp from "https://deno.land/x/nhttp/mod.ts";
npx jsr add @nhttp/nhttp
bunx jsr add @nhttp/nhttp
yarn dlx jsr add @nhttp/nhttp
pnpm dlx jsr add @nhttp/nhttp