# @0k/types-request

> Request types

Latest version **1.0.1** (published 2023-05-08) · MIT license · 0 weekly downloads

## Install

```sh
npm install @0k/types-request
pnpm add @0k/types-request
yarn add @0k/types-request
bun add @0k/types-request
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2023-05-08 |
| First published | 2023-05-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 6.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Valentin LAB |
| Maintainers | vaab |

## Links

- npm: https://www.npmjs.com/package/@0k/types-request
- Repository: git@github.com:Lokavaluto/node-request
- npm.io page: https://npm.io/package/@0k/types-request

## Recent versions

- 1.0.1 (latest) — 2023-05-08
- 1.0.0 — 2023-05-08

## README

# Adding `@0k/types-request` to your project

From the root of your project:

```sh
npm install --save @0k/types-request
```

Or better, as `types-request` is still in early release,

```sh
npm install --save 0k/types-request#master
```

To be sure to get the latest version, relaunch this last command
whenever you want to update.
# Changelog


## 1.0.1 (2023-05-08)

### Fix

* Update ``README.org`` with new organization name. [Valentin Lab]


## 0.0.4 (2023-03-02)

### Fix

* Add ``timeout`` to ``coreHttpOpts`` [Valentin Lab]


## 0.0.3 (2022-05-02)

### Changes

* Make ``data`` from ``coreHttpOpts`` accept string. [Valentin Lab]

  This is required as for instance, the jsc3l will have there own data
  format for requests.

---
_Source: https://npm.io/package/@0k/types-request · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
