@drizzle-http/core
v3.1.0
Published
Drizzle-Http core module
Downloads
23
Maintainers
Readme
Drizzle-Http Core ·
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.