An open API service indexing awesome lists of open source software.

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.

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 .
```