MCPcopy Create free account
hub / github.com/discourse/discourse-auth-proxy / loggableResponseWriter

Struct loggableResponseWriter

logging.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type loggableResponseWriter struct {
32 StatusCode int
33
34 next http.ResponseWriter
35}
36
37func (w *loggableResponseWriter) Header() http.Header {
38 return w.next.Header()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected