# @tinyhttp/forwarded

> forwarded rewrite with TypeScript and ESM support

Latest version **2.1.2** (published 2024-01-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install @tinyhttp/forwarded
pnpm add @tinyhttp/forwarded
yarn add @tinyhttp/forwarded
bun add @tinyhttp/forwarded
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.1.2 |
| Published | 2024-01-06 |
| First published | 2020-10-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=12.20.0 |
| Dependencies | 0 |
| Unpacked size | 5.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2901 |
| Author | v1rtl |
| Maintainers | dropthebeatbro |
| Keywords | tinyhttp, node.js, web framework, web, backend, forwarded, headers, header |

## Links

- npm: https://www.npmjs.com/package/@tinyhttp/forwarded
- Repository: https://github.com/tinyhttp/tinyhttp
- Homepage: https://tinyhttp.v1rtl.site
- Issues: https://github.com/tinyhttp/tinyhttp/issues
- npm.io page: https://npm.io/package/@tinyhttp/forwarded

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 2.1.2 (latest) — 2024-01-06
- 2.1.1 — 2023-08-04
- 2.1.0 — 2023-05-23
- 2.0.7 — 2023-05-14
- 2.0.6 — 2023-01-11
- 2.0.5 — 2022-09-15
- 2.0.4 — 2022-06-05
- 2.0.3 — 2022-01-22
- 2.0.2 — 2021-09-23
- 2.0.1 — 2021-09-07
- 2.0.0 — 2021-08-22
- 1.3.0 — 2021-04-26
- 1.2.3 — 2021-04-14
- 1.2.2 — 2021-04-02
- 1.2.1 — 2021-03-26
- … 14 more at https://npm.io/package/@tinyhttp/forwarded/versions

## README

# @tinyhttp/forwarded

> [`forwarded`](https://github.com/jshttp/forwarded) rewrite in TypeScript

Determine address of a proxied request

## Install

```sh
pnpm i @tinyhttp/forwarded
```

## API

```ts
import { forwarded } from '@tinyhttp/forwarded'
```

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