@drizzle-http/core

Drizzle-Http core module

Usage no npm install needed!

<script type="module">
  import drizzleHttpCore from 'https://cdn.skypack.dev/@drizzle-http/core';
</script>

README

Drizzle-Http Core · ci npm (scoped) GitHub license

This is core package for Drizzle-HTTP. All modules are based on this core project.
This is vanilla Typescript project that doesn't contains external dependencies.
To make this module useful, you will need to install other packages, e.g.:

npm i @drizzle-http/core
npm i @drizzle-http/undici

This way, you will have the core components and the Undici HTTP client implementation.

Installation

npm i @drizzle-http/core

Deno

The port was created using Denoify and is placed on folder deno.
The Deno version is published on https://deno.land/x/drizzle_http.