https://github.com/litert/http-proxy.js
The HTTP proxy protocol library for LiteRT.
https://github.com/litert/http-proxy.js
Last synced: 4 months ago
JSON representation
The HTTP proxy protocol library for LiteRT.
- Host: GitHub
- URL: https://github.com/litert/http-proxy.js
- Owner: litert
- License: apache-2.0
- Created: 2023-05-01T05:49:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2026-03-05T16:20:44.000Z (5 months ago)
- Last Synced: 2026-03-05T19:28:49.057Z (5 months ago)
- Language: TypeScript
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# LiteRT/Http-Proxy
[](https://www.typescriptlang.org)
[](https://www.npmjs.com/package/@litert/http-proxy "Stable Version")
[](https://github.com/litert/http-proxy.js/blob/master/LICENSE)
[](https://github.com/litert/http-proxy.js/issues)
[](https://github.com/litert/http-proxy.js/releases "Stable Release")
The HTTP proxy protocol library for LiteRT.
> Currently, only client-side CONNECT is supported.
## Installation
```sh
npm install @litert/http-proxy --save
```
## Usage
- [HTTP Demo](./src/examples/test-http.ts)
- [HTTPS Demo](./src/examples/test-https.ts)
- [HTTP2 Demo](./src/examples/test-http2.ts)
## Requirements
- Node.js v14.x (Or newer)
- TypeScript v5.0.x (Or newer)
## License
This library is published under [Apache-2.0](./LICENSE) license.