# petitio

> Zero-dependency HTTP library designed to be simple, fast, and type-strong.

Latest version **1.4.0** (published 2021-10-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install petitio
pnpm add petitio
yarn add petitio
bun add petitio
```

## Health

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

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

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.4.0 |
| Published | 2021-10-15 |
| First published | 2021-03-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=12.3.0 |
| Dependencies | 0 |
| Unpacked size | 41.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 44 |
| Author | Vetlix |
| Maintainers | tbnritzdoge, nytelife26 |

## Links

- npm: https://www.npmjs.com/package/petitio
- Repository: https://github.com/helperdiscord/petitio
- Homepage: https://github.com/helperdiscord/petitio#readme
- Issues: https://github.com/helperdiscord/petitio/issues
- npm.io page: https://npm.io/package/petitio

## Recent versions

- 1.4.0 (latest) — 2021-10-15
- 1.3.2 — 2021-05-13
- 1.3.1 — 2021-04-21
- 1.3.0 — 2021-04-13
- 1.2.1 — 2021-04-07
- 1.2.0 — 2021-04-07
- 1.1.0 — 2021-03-22
- 1.0.0 — 2021-03-20

## README

# petitio

A zero-dependency HTTP library designed to be simple, fast, and type-strong.

Credit to [Centra] for inspiration, as Petitio was originally a fork.

[Centra]: https://github.com/ethanent/centra

Useful links:
- [Docs](https://helperdiscord.github.io/petitio)
- [Usage examples](https://github.com/helperdiscord/petitio/tree/master/USAGE.md)
- [Benchmarks / comparison](https://github.com/helperdiscord/petitio/tree/master/PERFORMANCE.md)

## What's with the name?

*"Petitio"* is a hybrid between the French word for "small" ("petit"), and the
Latin word for "request" ("petitio"). This library was originally called
`@helperdiscord/centra`, but we changed it to evolve beyond our status as a
Centra fork and set out to create the smallest and fastest high-level Node HTTP
wrapper available.

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