Header wraps the original Header method.
()
| 26 | |
| 27 | // Header wraps the original Header method. |
| 28 | func (lrw *LoggingResponseWriter) Header() http.Header { |
| 29 | return lrw.ResponseWriter.Header() |
| 30 | } |
| 31 | |
| 32 | // Write wraps the original Write method. |
| 33 | func (lrw *LoggingResponseWriter) Write(b []byte) (int, error) { |
no outgoing calls
no test coverage detected