diff options
Diffstat (limited to 'modules/caddyhttp/responsewriter.go')
-rw-r--r-- | modules/caddyhttp/responsewriter.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/caddyhttp/responsewriter.go b/modules/caddyhttp/responsewriter.go index 5beb40ea3..dd16ce7bc 100644 --- a/modules/caddyhttp/responsewriter.go +++ b/modules/caddyhttp/responsewriter.go @@ -229,6 +229,7 @@ func (rr *responseRecorder) WriteResponse() error { _, err := io.Copy(rr.ResponseWriterWrapper, rr.buf) return err } + // ResponseRecorder is a http.ResponseWriter that records // responses instead of writing them to the client. See // docs for NewResponseRecorder for proper usage. |