| 360 | } |
| 361 | |
| 362 | type LocalResponseWriter struct { |
| 363 | data []byte |
| 364 | headers http.Header |
| 365 | status int |
| 366 | } |
| 367 | |
| 368 | func (w *LocalResponseWriter) Header() http.Header { |
| 369 | if w.headers == nil { |
nothing calls this directly
no outgoing calls
no test coverage detected