moxy icon indicating copy to clipboard operation
moxy copied to clipboard

a multi-host reverse proxy for golang

Results 3 moxy issues
Sort by recently updated
recently updated
newest added

I am a bot. Please reach out to [@azillion](https://github.com/azillion) if you have any issues, or just close the PR.

While it's possible to process a request before sending it to the proxy, the standard proxy doesn't provide a way to process the proxy response before flushing it out to...

If, before I run proxy.ServeHTTP, I add to the query strings with r.URL.Query().Add("key", "value") they are not preserved in the roundtrip to the final destination. They will exist in the...