You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 20, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 namedModifyResponse func(*http.Response) error
can do this.The text was updated successfully, but these errors were encountered: