https://github.com/peterding/freeway
A Simple HTTP Forward Proxy
https://github.com/peterding/freeway
Last synced: 3 months ago
JSON representation
A Simple HTTP Forward Proxy
- Host: GitHub
- URL: https://github.com/peterding/freeway
- Owner: PeterDing
- Created: 2023-09-18T14:06:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-18T14:12:36.000Z (over 1 year ago)
- Last Synced: 2025-01-12T17:47:11.178Z (4 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Freeway - A Simple HTTP Forward Proxy
## Usage
```
RUST_LOG=info freeway listen-addr port
```Try it:
```
curl http://{listen-addr}:{port}/https://google.com
```