Do not follow this link

~lh2/httproxy

simple http reverse proxy
Initial commit

clone

read-only
https://git.sr.ht/~lh2/httproxy
read/write
git@git.sr.ht:~lh2/httproxy

You can also use your local clone with git send-email.

#httproxy

A simple application to proxy http traffic to another origin.

Example:

httproxy -origin http://example.com/

Any request going to the server will be proxied to example.com.

Do not follow this link