18 lines
255 B
Markdown
18 lines
255 B
Markdown
|
# @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'
|
||
|
```
|