# @tinyhttp/proxy-addr

> proxy-addr rewrite with TypeScript and ESM support

Latest version **3.0.1** (published 2026-02-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install @tinyhttp/proxy-addr
pnpm add @tinyhttp/proxy-addr
yarn add @tinyhttp/proxy-addr
bun add @tinyhttp/proxy-addr
```

## Health

**Score 65/100 (B)** — status: stable.

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

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 3.0.1 |
| Published | 2026-02-01 |
| First published | 2020-10-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >=16.10.0 |
| Dependencies | 1 |
| Unpacked size | 16.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 2902 |
| Author | v1rtl |
| Maintainers | dropthebeatbro, v1rtl |
| Keywords | tinyhttp, node.js, web framework, web, backend, proxy-addr, ip, net, network |

## Links

- npm: https://www.npmjs.com/package/@tinyhttp/proxy-addr
- 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/proxy-addr

## Dependencies (1)

- [@tinyhttp/forwarded](https://npm.io/package/@tinyhttp/forwarded.md) 2.1.2

## Alternatives

- [lodash.startswith](https://npm.io/package/lodash.startswith.md) — 769.7K weekly downloads
- [@tarojs/service](https://npm.io/package/@tarojs/service.md) — 33.9K weekly downloads
- [io.extendreality.tilia.indicators.spatialtargets.unity](https://npm.io/package/io.extendreality.tilia.indicators.spatialtargets.unity.md) — 131 weekly downloads
- [@rtarojs/taro](https://npm.io/package/@rtarojs/taro.md) — 90 weekly downloads
- [node-branch-io](https://npm.io/package/node-branch-io.md) — 50 weekly downloads

## Recent versions

- 3.0.1 (latest) — 2026-02-01
- 3.0.0 — 2025-09-14
- 2.2.1 — 2025-02-21
- 2.2.0 — 2024-07-22
- 2.1.4 — 2024-06-26
- 2.1.3 — 2024-01-06
- 2.1.2 — 2023-08-04
- 2.1.0 — 2023-05-23
- 2.0.8 — 2023-05-14
- 2.0.7 — 2023-05-03
- 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
- … 23 more at https://npm.io/package/@tinyhttp/proxy-addr/versions

## README

# @tinyhttp/proxyaddr

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

Determine address of a proxied request

## Install

```sh
pnpm i @tinyhttp/proxy-addr
```

## API

```ts
import { proxyaddr, all } from '@tinyhttp/proxy-addr'
```

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