# @drizzle-http/core

> Drizzle-Http core module

Latest version **3.1.0** (published 2022-01-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install @drizzle-http/core
pnpm add @drizzle-http/core
yarn add @drizzle-http/core
bun add @drizzle-http/core
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.1.0 |
| Published | 2022-01-03 |
| First published | 2021-03-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=16 |
| Dependencies | 0 |
| Unpacked size | 277.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13 |
| Author | Vitor Hugo Salgado |
| Maintainers | vitor.salgado |
| Keywords | drizzle-http, http, api, http, http client, rest, api, node, typescript, decorator, easy, annotations, deno |

## Links

- npm: https://www.npmjs.com/package/@drizzle-http/core
- Repository: https://github.com/vitorsalgado/drizzle-http
- Issues: https://github.com/vitorsalgado/drizzle-http/issues
- npm.io page: https://npm.io/package/@drizzle-http/core

## Alternatives

- [launchdarkly-js-client-sdk](https://npm.io/package/launchdarkly-js-client-sdk.md) — 2.5M weekly downloads
- [@elastic/elasticsearch](https://npm.io/package/@elastic/elasticsearch.md) — 2.1M weekly downloads
- [@c8y/client](https://npm.io/package/@c8y/client.md) — 15.3K weekly downloads
- [@signaldb/maverickjs](https://npm.io/package/@signaldb/maverickjs.md) — 1.7K weekly downloads
- [@bbc/http-transport-cache](https://npm.io/package/@bbc/http-transport-cache.md) — 1.2K weekly downloads

## Recent versions

- 3.1.0 (latest) — 2022-01-03
- 3.0.0 — 2022-01-02
- 2.2.0 — 2021-06-14
- 2.1.0 — 2021-03-20
- 2.0.0 — 2021-03-07
- 1.0.1 — 2021-03-03
- 1.0.0 — 2021-03-03
- 0.0.1-alpha.0 — 2021-03-01

## README

# Drizzle-Http Core &middot; [![ci](https://github.com/vitorsalgado/drizzle-http/workflows/ci/badge.svg)](https://github.com/vitorsalgado/drizzle-http/actions) [![npm (scoped)](https://img.shields.io/npm/v/@drizzle-http/core)](https://www.npmjs.com/package/@drizzle-http/core) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vitorsalgado/drizzle-http/blob/main/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](https://github.com/garronej/denoify) and is placed on folder [deno](../../deno).  
The Deno version is published on [https://deno.land/x/drizzle_http](https://deno.land/x/drizzle_http).

---
_Source: https://npm.io/package/@drizzle-http/core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
