https://github.com/ofen/http-proxy
Simple HTTP proxy.
https://github.com/ofen/http-proxy
http-proxy
Last synced: about 1 year ago
JSON representation
Simple HTTP proxy.
- Host: GitHub
- URL: https://github.com/ofen/http-proxy
- Owner: ofen
- License: apache-2.0
- Created: 2021-11-08T17:00:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T16:32:51.000Z (about 4 years ago)
- Last Synced: 2025-01-29T07:42:14.985Z (over 1 year ago)
- Topics: http-proxy
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple HTTP proxy.
## Environment variables
- `PORT` - set PORT. Default is 8080.
- `REMOTE` - set HTTP request `host` header. Required.
## Build
```sh
go build .
```