This repository was archived by the owner on Feb 20, 2021. It is now read-only.

Description
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 the clients.
Hello, i saw this description in the README doc. It seems not right now, in struct ReverseProxy there exists a method named ModifyResponse func(*http.Response) error can do this.