Unwrap returns the original proxied target.
()
| 25 | Tee(io.Writer) |
| 26 | // Unwrap returns the original proxied target. |
| 27 | Unwrap() http.ResponseWriter |
| 28 | } |
| 29 | |
| 30 | // WrapWriter wraps an http.ResponseWriter, returning a proxy that allows you to |
no outgoing calls
no test coverage detected